POST api/actions
Request Information
URI Parameters
None.
Body Parameters
ActionsSaveDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
|
| Actions | Collection of ActionSaveDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"clientId": "202e745a-a5b6-4939-9777-ecf81c0a8466",
"actions": [
{
"timestamp": "2025-12-30T23:37:16.1606088+01:00",
"command": "sample string 2",
"description": "sample string 3",
"target": "sample string 4",
"type": 5
},
{
"timestamp": "2025-12-30T23:37:16.1606088+01:00",
"command": "sample string 2",
"description": "sample string 3",
"target": "sample string 4",
"type": 5
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.