POST api/Menu/StatusCodeHandler?Accept={Accept}&iserror={iserror}&errormsg={errormsg}&errorCode={errorCode}

Set Status with Response according to Result

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

Object

None.

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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/Xml

Sample:

Sample not available.