POST v1/company/shipment/departuredate
WEB - CHANGE SHIPMENT DEPARTURE DATE.
Request Information
URI Parameters
None.
Body Parameters
ShipmentChangeDepartureDateRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_company_id | string |
Required |
|
shipment_id | string |
Required |
|
shipment_departure_date | date |
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:
{ "shipment_company_id": "sample string 1", "shipment_id": "sample string 2", "shipment_departure_date": "2024-11-25T22:23:40.7463978+03:00", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
WEB - CHANGE SHIPMENT DEPARTURE DATE.
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" } }