POST api/AppExceptionLog
Request Information
URI Parameters
None.
Body Parameters
AppExceptionLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LogDate | date |
None. |
|
| LogMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LogDate": "2025-12-16T01:05:49.990044+00:00",
"LogMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<AppExceptionLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <Id>1</Id> <LogDate>2025-12-16T01:05:49.990044+00:00</LogDate> <LogMessage>sample string 3</LogMessage> </AppExceptionLog>
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.