GET api/WMS/NGCode?receiveDetailId={receiveDetailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| receiveDetailId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Inspection_NGCode_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| RejectId | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RejectId": 1,
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"RejectId": 1,
"Code": "sample string 2",
"Description": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_Inspection_NGCode_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_Inspection_NGCode_Result>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<RejectId>1</RejectId>
</sp_Inspection_NGCode_Result>
<sp_Inspection_NGCode_Result>
<Code>sample string 2</Code>
<Description>sample string 3</Description>
<RejectId>1</RejectId>
</sp_Inspection_NGCode_Result>
</ArrayOfsp_Inspection_NGCode_Result>