POST api/Logger

Request Information

URI Parameters

None.

Body Parameters

SMLog
NameDescriptionTypeAdditional information
SMLogID

integer

None.

SMLogStackTrace

string

None.

SMLogType

integer

None.

SMLogDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SMLogID": 1,
  "SMLogStackTrace": "sample string 2",
  "SMLogType": 3,
  "SMLogDateTime": "2024-09-19T19:01:40.0793997+02:00"
}

application/xml, text/xml

Sample:
<SMLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoggingAPI.Models">
  <SMLogDateTime>2024-09-19T19:01:40.0793997+02:00</SMLogDateTime>
  <SMLogID>1</SMLogID>
  <SMLogStackTrace>sample string 2</SMLogStackTrace>
  <SMLogType>3</SMLogType>
</SMLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.