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.

Request Formats

application/json, text/json

Sample:
{
  "id": "22cf9475-61b2-4301-8135-b4fddd0d1ab9",
  "message": "sample string 2",
  "created": "2026-04-07T14:30:00.7909467+02:00",
  "clientId": "042c7e2a-9774-48c1-b926-d8fb2cb4ef52",
  "level": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.