POST UpdateCleanBag
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"productCategory": 1,
"customer": 1,
"weight": 1,
"location": 1,
"token": "sample string 4",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<UpdateCleanBagRequest> <token>sample string 4</token> <function>AddCleanBag</function> <batchID>1</batchID> <sourceID>2</sourceID> <bagNumber>sample string 3</bagNumber> <productCategory>1</productCategory> <customer>1</customer> <weight>1</weight> <location>1</location> </UpdateCleanBagRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"valid": true,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<UpdateCleanBagResponse> <valid>true</valid> <message>sample string 2</message> </UpdateCleanBagResponse>