GET api/WMS/DSListDetailsByTagNo?TagNo={TagNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TagNo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_DeliverySheet_ListDetailsByTagNo_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_ListDetailsByTagNo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_DeliverySheet_ListDetailsByTagNo_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_ListDetailsByTagNo_Result>
  <sp_DeliverySheet_ListDetailsByTagNo_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_ListDetailsByTagNo_Result>
</ArrayOfsp_DeliverySheet_ListDetailsByTagNo_Result>