POST api/EBI/InsertEBIExceptions
Request Information
URI Parameters
None.
Body Parameters
ExceptionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| StackTrace | string |
None. |
|
| Url | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"StackTrace": "sample string 2",
"Url": "sample string 3",
"UserId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.