POST v1/user/shipment/checkVehicle
MOBILE - User check vehicle type for shipment.
Request Information
URI Parameters
None.
Body Parameters
CheckShipmentVehicleTypeRequestModelName | Description | Type | Additional information |
---|---|---|---|
vehicle_id |
User Vehicle ID |
integer |
Required |
shipment_id |
Shipment UID |
integer |
Required |
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:
{ "vehicle_id": 1, "shipment_id": 2, "user_id": "sample string 3", "user_signature": "sample string 4" }
Response Information
Resource Description
MOBILE - User check vehicle type for shipment.
BaseMetaResultModelOfCheckShipmentVehicleTypeResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | CheckShipmentVehicleTypeResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "is_offerable": true, "license_plate": "sample string 2" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }