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": "6f9b261a-1239-411a-869a-6a71d83143ba",
"actions": [
{
"timestamp": "2026-07-10T06:02:14.3112227+02:00",
"command": "sample string 2",
"description": "sample string 3",
"target": "sample string 4",
"type": 5
},
{
"timestamp": "2026-07-10T06:02:14.3112227+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.