POST api/Feeds/InsertErrorLog
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
errorLog | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "RequestMethod": "sample string 2", "RequestUri": "sample string 3", "TimeUtc": "2025-06-10T12:46:06.9126599+00:00", "Type": "sample string 5", "UserName": "sample string 6" }
multipart/form-data
Sample:
{"Message":"sample string 1","RequestMethod":"sample string 2","RequestUri":"sample string 3","TimeUtc":"2025-06-10T12:46:06.9126599+00:00","Type":"sample string 5","UserName":"sample string 6"}
application/xml, text/xml
Sample:
<ApiErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic"> <Message>sample string 1</Message> <RequestMethod>sample string 2</RequestMethod> <RequestUri>sample string 3</RequestUri> <TimeUtc>2025-06-10T12:46:06.9126599+00:00</TimeUtc> <Type>sample string 5</Type> <UserName>sample string 6</UserName> </ApiErrorLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.