POST api/Logs/PostLog

Request Information

URI Parameters

None.

Body Parameters

Log
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Description": "sample string 2",
  "CreatedDate": "2025-12-05T19:28:44.952298-08:00"
}

text/html

Sample:
{"Id":1,"Description":"sample string 2","CreatedDate":"2025-12-05T19:28:44.952298-08:00"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Log
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Description": "sample string 2",
  "CreatedDate": "2025-12-05T19:28:44.952298-08:00"
}

text/html

Sample:
{"Id":1,"Description":"sample string 2","CreatedDate":"2025-12-05T19:28:44.952298-08:00"}