cURL
curl --request POST \ --url https://api.usedroptrail.com/tracking/{id}/location \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "latitude": 123, "longitude": 123, "status": "<string>", "notes": "<string>" } '
{ "delivery_id": "<string>", "status": "<string>", "location": { "latitude": 123, "longitude": 123, "timestamp": "<string>" }, "notes": "<string>" }
Update the current location of a delivery in transit
Show properties