GET api/WMS/StdCheckListNGIP?productId={productId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Inspection_CheckList_NGIP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MatNo | string |
None. |
|
| MatName | string |
None. |
|
| InspectionId | integer |
None. |
|
| InspectionType | string |
None. |
|
| InspectionDesc | string |
None. |
|
| ImageURL | string |
None. |
|
| ProductId | integer |
None. |
|
| RejectReasonId | integer |
None. |
|
| ReasonCode | string |
None. |
|
| ReasonDesc | string |
None. |
|
| isChecked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MatNo": "sample string 1",
"MatName": "sample string 2",
"InspectionId": 3,
"InspectionType": "sample string 4",
"InspectionDesc": "sample string 5",
"ImageURL": "sample string 6",
"ProductId": 7,
"RejectReasonId": 8,
"ReasonCode": "sample string 9",
"ReasonDesc": "sample string 10",
"isChecked": true
},
{
"MatNo": "sample string 1",
"MatName": "sample string 2",
"InspectionId": 3,
"InspectionType": "sample string 4",
"InspectionDesc": "sample string 5",
"ImageURL": "sample string 6",
"ProductId": 7,
"RejectReasonId": 8,
"ReasonCode": "sample string 9",
"ReasonDesc": "sample string 10",
"isChecked": true
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_Inspection_CheckList_NGIP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_Inspection_CheckList_NGIP_Result>
<ImageURL>sample string 6</ImageURL>
<InspectionDesc>sample string 5</InspectionDesc>
<InspectionId>3</InspectionId>
<InspectionType>sample string 4</InspectionType>
<MatName>sample string 2</MatName>
<MatNo>sample string 1</MatNo>
<ProductId>7</ProductId>
<ReasonCode>sample string 9</ReasonCode>
<ReasonDesc>sample string 10</ReasonDesc>
<RejectReasonId>8</RejectReasonId>
<isChecked>true</isChecked>
</sp_Inspection_CheckList_NGIP_Result>
<sp_Inspection_CheckList_NGIP_Result>
<ImageURL>sample string 6</ImageURL>
<InspectionDesc>sample string 5</InspectionDesc>
<InspectionId>3</InspectionId>
<InspectionType>sample string 4</InspectionType>
<MatName>sample string 2</MatName>
<MatNo>sample string 1</MatNo>
<ProductId>7</ProductId>
<ReasonCode>sample string 9</ReasonCode>
<ReasonDesc>sample string 10</ReasonDesc>
<RejectReasonId>8</RejectReasonId>
<isChecked>true</isChecked>
</sp_Inspection_CheckList_NGIP_Result>
</ArrayOfsp_Inspection_CheckList_NGIP_Result>