POST v1/admin/shipment/vehicle-stop-times
ADMIN - Shipment Vehicle Stop Times Summary Result
Request Information
URI Parameters
None.
Body Parameters
ShipmentVehicleStopTimesSummaryModelName | Description | Type | Additional information |
---|---|---|---|
shipment_id | string |
None. |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
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", "user_company_id": "sample string 2", "user_id": "sample string 3", "user_signature": "sample string 4" }
Response Information
Resource Description
ADMIN - Shipment Vehicle Stop Times Summary Result
BaseMetaResultModelOfShipmentVehicleStopTimesSummaryName | Description | Type | Additional information |
---|---|---|---|
response | ShipmentVehicleStopTimesSummary |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "id": 1, "shipment_id": "sample string 2", "status": 3, "request_date": "2024-11-25T22:20:50.2683602+03:00", "completion_date": "2024-11-25T22:20:50.2683602+03:00", "result": "sample string 5" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }