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": "4c660baa-a57d-41a9-8d36-084fa9ae1420",
"actions": [
{
"timestamp": "2026-09-08T06:15:32.4502838+02:00",
"command": "sample string 2",
"description": "sample string 3",
"target": "sample string 4",
"type": 5
},
{
"timestamp": "2026-09-08T06:15:32.4502838+02: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.