POST api/WMS/DSListClaim
Request Information
URI Parameters
None.
Body Parameters
DeliverySheetSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| DSNo | string |
None. |
|
| PONo | string |
None. |
|
| ShipDate1 | date |
None. |
|
| ShipDate2 | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DSNo": "sample string 1",
"PONo": "sample string 2",
"ShipDate1": "2026-01-07T13:36:21.7842912+07:00",
"ShipDate2": "2026-01-07T13:36:21.7842912+07:00"
}
application/xml, text/xml
Sample:
<DeliverySheetSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API.Models"> <DSNo>sample string 1</DSNo> <PONo>sample string 2</PONo> <ShipDate1>2026-01-07T13:36:21.7842912+07:00</ShipDate1> <ShipDate2>2026-01-07T13:36:21.7842912+07:00</ShipDate2> </DeliverySheetSearch>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of sp_DeliverySheet_ListClaim_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiveId | integer |
None. |
|
| DSNo | string |
None. |
|
| SupplierCode | string |
None. |
|
| SupplierName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReceiveId": 1,
"DSNo": "sample string 2",
"SupplierCode": "sample string 3",
"SupplierName": "sample string 4"
},
{
"ReceiveId": 1,
"DSNo": "sample string 2",
"SupplierCode": "sample string 3",
"SupplierName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_DeliverySheet_ListClaim_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
<sp_DeliverySheet_ListClaim_Result>
<DSNo>sample string 2</DSNo>
<ReceiveId>1</ReceiveId>
<SupplierCode>sample string 3</SupplierCode>
<SupplierName>sample string 4</SupplierName>
</sp_DeliverySheet_ListClaim_Result>
<sp_DeliverySheet_ListClaim_Result>
<DSNo>sample string 2</DSNo>
<ReceiveId>1</ReceiveId>
<SupplierCode>sample string 3</SupplierCode>
<SupplierName>sample string 4</SupplierName>
</sp_DeliverySheet_ListClaim_Result>
</ArrayOfsp_DeliverySheet_ListClaim_Result>