GET api/getAllNotReadyReasonCode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GenericApiResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| ErrorDesc | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"ErrorDesc": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<GenericApiResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.dto.response"> <Data /> <ErrorDesc>sample string 2</ErrorDesc> <Status>1</Status> </GenericApiResponseOfanyType>