POST IsBagExpress
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,
"token": "sample string 3",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<IsBagExpressRequest> <token>sample string 3</token> <function>AddCleanBag</function> <batchID>1</batchID> <sourceID>2</sourceID> </IsBagExpressRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isExpress": true,
"valid": true,
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<IsBagExpressResponse> <valid>true</valid> <message>sample string 3</message> <isExpress>true</isExpress> </IsBagExpressResponse>