POST api/Downloads/StatusCodeHandler?Accept={Accept}&iserror={iserror}&errormsg={errormsg}&errorCode={errorCode}
Set Status with Response according to Result
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Accept |
Response Type |
string |
Required |
| iserror |
is error occur ? |
boolean |
Default value is False |
| errormsg |
error message |
string |
None. |
| errorCode |
error Code |
integer |
None. |
Body Parameters
Result
ObjectNone.
Request Formats
application/json, text/json, text/Xml
Sample:
{}
application/xml
Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.