GET api/WMS/StdCheckList?receiveDetailId={receiveDetailId}&dSLineBarcode={dSLineBarcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| receiveDetailId | integer |
Required |
|
| dSLineBarcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Inspection_CheckList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiveDetailId | integer |
None. |
|
| POLine | integer |
None. |
|
| MatNo | string |
None. |
|
| MatName | string |
None. |
|
| DSNo | string |
None. |
|
| Qty | decimal number |
None. |
|
| CheckQty | decimal number |
None. |
|
| ReceiveQty | decimal number |
None. |
|
| PONo | string |
None. |
|
| SupplierCode | string |
None. |
|
| SupplierName | string |
None. |
|
| InspectionId | integer |
None. |
|
| InspectionType | string |
None. |
|
| InspectionDesc | string |
None. |
|
| SamplingQty | decimal number |
None. |
|
| ImageURL | string |
None. |
|
| ProductId | integer |
None. |
|
| RejectReasonId | integer |
None. |
|
| ReasonCode | string |
None. |
|
| ReasonDesc | string |
None. |
|
| CheckNGQty | decimal number |
None. |
|
| isChecked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReceiveDetailId": 1,
"POLine": 1,
"MatNo": "sample string 2",
"MatName": "sample string 3",
"DSNo": "sample string 4",
"Qty": 5.0,
"CheckQty": 6.0,
"ReceiveQty": 7.0,
"PONo": "sample string 8",
"SupplierCode": "sample string 9",
"SupplierName": "sample string 10",
"InspectionId": 11,
"InspectionType": "sample string 12",
"InspectionDesc": "sample string 13",
"SamplingQty": 14.0,
"ImageURL": "sample string 15",
"ProductId": 16,
"RejectReasonId": 17,
"ReasonCode": "sample string 18",
"ReasonDesc": "sample string 19",
"CheckNGQty": 1.0,
"isChecked": true
},
{
"ReceiveDetailId": 1,
"POLine": 1,
"MatNo": "sample string 2",
"MatName": "sample string 3",
"DSNo": "sample string 4",
"Qty": 5.0,
"CheckQty": 6.0,
"ReceiveQty": 7.0,
"PONo": "sample string 8",
"SupplierCode": "sample string 9",
"SupplierName": "sample string 10",
"InspectionId": 11,
"InspectionType": "sample string 12",
"InspectionDesc": "sample string 13",
"SamplingQty": 14.0,
"ImageURL": "sample string 15",
"ProductId": 16,
"RejectReasonId": 17,
"ReasonCode": "sample string 18",
"ReasonDesc": "sample string 19",
"CheckNGQty": 1.0,
"isChecked": true
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_Inspection_CheckList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_Inspection_CheckList_Result>
<CheckNGQty>1</CheckNGQty>
<CheckQty>6</CheckQty>
<DSNo>sample string 4</DSNo>
<ImageURL>sample string 15</ImageURL>
<InspectionDesc>sample string 13</InspectionDesc>
<InspectionId>11</InspectionId>
<InspectionType>sample string 12</InspectionType>
<MatName>sample string 3</MatName>
<MatNo>sample string 2</MatNo>
<POLine>1</POLine>
<PONo>sample string 8</PONo>
<ProductId>16</ProductId>
<Qty>5</Qty>
<ReasonCode>sample string 18</ReasonCode>
<ReasonDesc>sample string 19</ReasonDesc>
<ReceiveDetailId>1</ReceiveDetailId>
<ReceiveQty>7</ReceiveQty>
<RejectReasonId>17</RejectReasonId>
<SamplingQty>14</SamplingQty>
<SupplierCode>sample string 9</SupplierCode>
<SupplierName>sample string 10</SupplierName>
<isChecked>true</isChecked>
</sp_Inspection_CheckList_Result>
<sp_Inspection_CheckList_Result>
<CheckNGQty>1</CheckNGQty>
<CheckQty>6</CheckQty>
<DSNo>sample string 4</DSNo>
<ImageURL>sample string 15</ImageURL>
<InspectionDesc>sample string 13</InspectionDesc>
<InspectionId>11</InspectionId>
<InspectionType>sample string 12</InspectionType>
<MatName>sample string 3</MatName>
<MatNo>sample string 2</MatNo>
<POLine>1</POLine>
<PONo>sample string 8</PONo>
<ProductId>16</ProductId>
<Qty>5</Qty>
<ReasonCode>sample string 18</ReasonCode>
<ReasonDesc>sample string 19</ReasonDesc>
<ReceiveDetailId>1</ReceiveDetailId>
<ReceiveQty>7</ReceiveQty>
<RejectReasonId>17</RejectReasonId>
<SamplingQty>14</SamplingQty>
<SupplierCode>sample string 9</SupplierCode>
<SupplierName>sample string 10</SupplierName>
<isChecked>true</isChecked>
</sp_Inspection_CheckList_Result>
</ArrayOfsp_Inspection_CheckList_Result>