POST api/WMS/DSListHold

Request Information

URI Parameters

None.

Body Parameters

DeliverySheetSearch
NameDescriptionTypeAdditional 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:37:37.3737371+07:00",
  "ShipDate2": "2026-01-07T13:37:37.3737371+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:37:37.3737371+07:00</ShipDate1>
  <ShipDate2>2026-01-07T13:37:37.3737371+07:00</ShipDate2>
</DeliverySheetSearch>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeliverySheetSearch'.

Response Information

Resource Description

Collection of sp_DeliverySheet_ListHold_Result
NameDescriptionTypeAdditional 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_ListHold_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_DeliverySheet_ListHold_Result>
    <DSNo>sample string 2</DSNo>
    <ReceiveId>1</ReceiveId>
    <SupplierCode>sample string 3</SupplierCode>
    <SupplierName>sample string 4</SupplierName>
  </sp_DeliverySheet_ListHold_Result>
  <sp_DeliverySheet_ListHold_Result>
    <DSNo>sample string 2</DSNo>
    <ReceiveId>1</ReceiveId>
    <SupplierCode>sample string 3</SupplierCode>
    <SupplierName>sample string 4</SupplierName>
  </sp_DeliverySheet_ListHold_Result>
</ArrayOfsp_DeliverySheet_ListHold_Result>