POST v1/user/shipment/delivery/paper/add/multiple
MOBILE - UPLOAD DELIVERY Multiple Papers.
Request Information
URI Parameters
None.
Body Parameters
ShipmentUploadDeliveryMultiBillRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_id | string |
Required |
|
shipment_freight_delivery_bill | Collection of string |
Required |
|
shipment_address_stop_id | integer |
Required |
|
required_document_id | integer |
None. |
|
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "shipment_id": "sample string 1", "shipment_freight_delivery_bill": [ "sample string 1", "sample string 2" ], "shipment_address_stop_id": 2, "required_document_id": 1, "user_id": "sample string 3", "user_signature": "sample string 4" }
Response Information
Resource Description
MOBILE - UPLOAD DELIVERY Multiple Papers.
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }