POST api/SendErrorNotification
Request Information
URI Parameters
None.
Body Parameters
ErrorLog| Name | Description | Type | Additional information |
|---|---|---|---|
| error | string |
None. |
|
| stack | string |
None. |
|
| error_time | date |
None. |
|
| userid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"error": "sample string 1",
"stack": "sample string 2",
"error_time": "2025-11-08T11:57:01.8899233+05:30",
"userid": "sample string 4"
}
application/xml, text/xml
Sample:
<ErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatchdealWEBAPI.Models"> <error>sample string 1</error> <error_time>2025-11-08T11:57:01.8899233+05:30</error_time> <stack>sample string 2</stack> <userid>sample string 4</userid> </ErrorLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |