POST api/Errors/SubmitRerouteLog
Request Information
URI Parameters
None.
Body Parameters
RerouteLogName | Description | Type | Additional information |
---|---|---|---|
RawUrl | string |
None. |
|
RedirectUrl | string |
None. |
|
Reason | string |
None. |
|
ResponseStatus | string |
None. |
|
ExceptionMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "rawUrl": "sample string 1", "redirectUrl": "sample string 2", "reason": "sample string 3", "responseStatus": "sample string 4", "exceptionMessage": "sample string 5" }
application/xml, text/xml
Sample:
<RerouteLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models"> <ExceptionMessage>sample string 5</ExceptionMessage> <RawUrl>sample string 1</RawUrl> <Reason>sample string 3</Reason> <RedirectUrl>sample string 2</RedirectUrl> <ResponseStatus>sample string 4</ResponseStatus> </RerouteLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.