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": "89804e9e-9f94-4e61-9ae0-5bbfeaabbd7e",
"witness_id": "20214b1a-8b1a-4241-80b8-0c3ac1f38707"
}
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>89804e9e-9f94-4e61-9ae0-5bbfeaabbd7e</batch_id> <witness_id>20214b1a-8b1a-4241-80b8-0c3ac1f38707</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:
"679d9779-9667-48ce-aa0e-fd17b8335569"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">679d9779-9667-48ce-aa0e-fd17b8335569</guid>