POST api/WMS/DSListDetails

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

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": 1,
    "InspectionType": "sample string 11",
    "InspectionDesc": "sample string 12",
    "SamplingQty": 1.0,
    "ImageURL": "sample string 13"
  },
  {
    "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": 1,
    "InspectionType": "sample string 11",
    "InspectionDesc": "sample string 12",
    "SamplingQty": 1.0,
    "ImageURL": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_DeliverySheet_ListDetails_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_DeliverySheet_ListDetails_Result>
    <CheckQty>6</CheckQty>
    <DSNo>sample string 4</DSNo>
    <ImageURL>sample string 13</ImageURL>
    <InspectionDesc>sample string 12</InspectionDesc>
    <InspectionId>1</InspectionId>
    <InspectionType>sample string 11</InspectionType>
    <MatName>sample string 3</MatName>
    <MatNo>sample string 2</MatNo>
    <POLine>1</POLine>
    <PONo>sample string 8</PONo>
    <Qty>5</Qty>
    <ReceiveDetailId>1</ReceiveDetailId>
    <ReceiveQty>7</ReceiveQty>
    <SamplingQty>1</SamplingQty>
    <SupplierCode>sample string 9</SupplierCode>
    <SupplierName>sample string 10</SupplierName>
  </sp_DeliverySheet_ListDetails_Result>
  <sp_DeliverySheet_ListDetails_Result>
    <CheckQty>6</CheckQty>
    <DSNo>sample string 4</DSNo>
    <ImageURL>sample string 13</ImageURL>
    <InspectionDesc>sample string 12</InspectionDesc>
    <InspectionId>1</InspectionId>
    <InspectionType>sample string 11</InspectionType>
    <MatName>sample string 3</MatName>
    <MatNo>sample string 2</MatNo>
    <POLine>1</POLine>
    <PONo>sample string 8</PONo>
    <Qty>5</Qty>
    <ReceiveDetailId>1</ReceiveDetailId>
    <ReceiveQty>7</ReceiveQty>
    <SamplingQty>1</SamplingQty>
    <SupplierCode>sample string 9</SupplierCode>
    <SupplierName>sample string 10</SupplierName>
  </sp_DeliverySheet_ListDetails_Result>
</ArrayOfsp_DeliverySheet_ListDetails_Result>