POST ConfirmStackBarcode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "stackID": 1,
  "barcode": "sample string 2",
  "rfid": "sample string 3",
  "token": "sample string 4",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ConfirmStackBarcodeRequest>
  <token>sample string 4</token>
  <function>AddCleanBag</function>
  <stackID>1</stackID>
  <barcode>sample string 2</barcode>
  <rfid>sample string 3</rfid>
</ConfirmStackBarcodeRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ConfirmStackBarcodeResponse>
  <valid>true</valid>
  <message>sample string 2</message>
</ConfirmStackBarcodeResponse>