POST api/Log
Request Information
URI Parameters
None.
Body Parameters
LogDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| Created | date |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Level | integer |
None. |
|
| Type | string |
None. |
|
| Command | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "33e4eba8-cd49-4dbc-b7a2-bf172e3032eb",
"message": "sample string 2",
"created": "2026-09-08T06:15:29.1661735+02:00",
"clientId": "2f7b1cf5-2779-43bb-a015-0fe18a43cc96",
"level": 1,
"type": "sample string 4",
"command": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.