POST v1/user/shipment/within-stop-location
MOBILE - WITHIN STOP LOCATION
Request Information
URI Parameters
None.
Body Parameters
ShipmentWithinStopLocationRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_id | string |
Required |
|
shipment_address_stop_id | integer |
None. |
|
within_stop_location | boolean |
Required |
|
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_id": "sample string 1", "shipment_address_stop_id": 1, "within_stop_location": true, "date": "2024-11-25T19:50:33.659408+03:00", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
MOBILE - WITHIN STOP LOCATION
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" } }