POST api/Log

Request Information

URI Parameters

None.

Body Parameters

LogDto
NameDescriptionTypeAdditional 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": "edb2e10b-75c2-45c0-bdcb-c96fb73d5a99",
  "message": "sample string 2",
  "created": "2025-12-30T23:35:50.5969528+01:00",
  "clientId": "b2055ca1-4166-4e41-98c4-76704f1fbed0",
  "level": 1,
  "type": "sample string 4",
  "command": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.