GET api/WMS/DailyNG?ShipDate={ShipDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Inspection_DailyNG_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| DSNo | string |
None. |
|
| Supplier | string |
None. |
|
| ShipDate | date |
None. |
|
| ShipTime | string |
None. |
|
| PartNo | string |
None. |
|
| PartName | string |
None. |
|
| Qty | decimal number |
None. |
|
| NGQty | decimal number |
None. |
|
| NGCode | string |
None. |
|
| CheckDate | date |
None. |
|
| CheckBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DSNo": "sample string 1",
"Supplier": "sample string 2",
"ShipDate": "2026-01-07T13:38:40.1031558+07:00",
"ShipTime": "sample string 3",
"PartNo": "sample string 4",
"PartName": "sample string 5",
"Qty": 6.0,
"NGQty": 1.0,
"NGCode": "sample string 7",
"CheckDate": "2026-01-07T13:38:40.1031558+07:00",
"CheckBy": "sample string 8"
},
{
"DSNo": "sample string 1",
"Supplier": "sample string 2",
"ShipDate": "2026-01-07T13:38:40.1031558+07:00",
"ShipTime": "sample string 3",
"PartNo": "sample string 4",
"PartName": "sample string 5",
"Qty": 6.0,
"NGQty": 1.0,
"NGCode": "sample string 7",
"CheckDate": "2026-01-07T13:38:40.1031558+07:00",
"CheckBy": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_Inspection_DailyNG_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_Inspection_DailyNG_Result>
<CheckBy>sample string 8</CheckBy>
<CheckDate>2026-01-07T13:38:40.1031558+07:00</CheckDate>
<DSNo>sample string 1</DSNo>
<NGCode>sample string 7</NGCode>
<NGQty>1</NGQty>
<PartName>sample string 5</PartName>
<PartNo>sample string 4</PartNo>
<Qty>6</Qty>
<ShipDate>2026-01-07T13:38:40.1031558+07:00</ShipDate>
<ShipTime>sample string 3</ShipTime>
<Supplier>sample string 2</Supplier>
</sp_Inspection_DailyNG_Result>
<sp_Inspection_DailyNG_Result>
<CheckBy>sample string 8</CheckBy>
<CheckDate>2026-01-07T13:38:40.1031558+07:00</CheckDate>
<DSNo>sample string 1</DSNo>
<NGCode>sample string 7</NGCode>
<NGQty>1</NGQty>
<PartName>sample string 5</PartName>
<PartNo>sample string 4</PartNo>
<Qty>6</Qty>
<ShipDate>2026-01-07T13:38:40.1031558+07:00</ShipDate>
<ShipTime>sample string 3</ShipTime>
<Supplier>sample string 2</Supplier>
</sp_Inspection_DailyNG_Result>
</ArrayOfsp_Inspection_DailyNG_Result>