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. |
Request Formats
application/json, text/json
Sample:
{
"id": "dfbfa407-fcbf-4b29-a8c5-4fe6602a1b9e",
"message": "sample string 2",
"created": "2026-08-07T06:15:50.1068035+02:00",
"clientId": "1abeee62-2c9e-4c15-a784-692d27334dba",
"level": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.