POST api/Logger
Request Information
URI Parameters
None.
Body Parameters
SMLogName | Description | Type | Additional 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": "2025-04-04T02:33:43.497754+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>2025-04-04T02:33:43.497754+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.