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": "75a59fbe-cb42-466c-bc25-39c58cde84d1",
"message": "sample string 2",
"created": "2026-07-10T06:03:02.9193205+02:00",
"clientId": "6d6209ae-fc21-4dea-8cca-38f968364a44",
"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.