POST v1/company/shipment/share/location-detail
Request Information
URI Parameters
None.
Body Parameters
ShipmentShareDetailsRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_share_token |
Shipment share token acquired by the API |
string |
Required Data type: Text Max length: 32 Min length: 32 |
Request Format
application/json, text/json
Sample:
{ "shipment_share_token": "sample string 1" }
Response Information
Resource Description
BaseMetaResultModelOfShipmentLocationListResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | ShipmentLocationListResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "locations": [ { "location_id": 1, "location_latitude": "sample string 3", "location_longitude": "sample string 4", "location_date_time": "2024-11-25T22:53:24.4427856+03:00" }, { "location_id": 1, "location_latitude": "sample string 3", "location_longitude": "sample string 4", "location_date_time": "2024-11-25T22:53:24.4427856+03:00" } ] }, "meta": { "status_code": 1, "status_message": "sample string 2" } }