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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TagNo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_DeliverySheet_ScanByTagNo_Result
NameDescriptionTypeAdditional information
Result

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Result": 1
  },
  {
    "Result": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_DeliverySheet_ScanByTagNo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AUTOID_API">
  <sp_DeliverySheet_ScanByTagNo_Result>
    <Result>1</Result>
  </sp_DeliverySheet_ScanByTagNo_Result>
  <sp_DeliverySheet_ScanByTagNo_Result>
    <Result>1</Result>
  </sp_DeliverySheet_ScanByTagNo_Result>
</ArrayOfsp_DeliverySheet_ScanByTagNo_Result>