POST api/batchapi/add/unloadingstep
Request Information
URI Parameters
None.
Body Parameters
BatchUnloadingStepViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| batch_id | globally unique identifier |
Required |
|
| witness_id | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"batch_id": "b5eac24c-8724-4e36-a269-e8a97ba9f860",
"witness_id": "71b33cd9-03d0-4b25-b31c-d9c07b095327"
}
application/xml, text/xml
Sample:
<batch_unloading_step xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <batch_id>b5eac24c-8724-4e36-a269-e8a97ba9f860</batch_id> <witness_id>71b33cd9-03d0-4b25-b31c-d9c07b095327</witness_id> </batch_unloading_step>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"f46d909c-9267-4ffc-8805-62d598475bb1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f46d909c-9267-4ffc-8805-62d598475bb1</guid>