POST AddCleanBag

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:
{
  "batchID": 1,
  "sourceID": 2,
  "bagNumber": "sample string 3",
  "created": "sample string 4",
  "token": "sample string 5",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<AddCleanBagRequest>
  <token>sample string 5</token>
  <function>AddCleanBag</function>
  <batchID>1</batchID>
  <sourceID>2</sourceID>
  <bagNumber>sample string 3</bagNumber>
  <created>sample string 4</created>
</AddCleanBagRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

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

application/xml, text/xml

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