Update location

Records driver location updates. Updates driver’s last seen timestamp and location. Automatically records tracking data for all IN_PROGRESS task groups and their associated IN_TRANSIT cargos (cargo_by_driver). | (LocationFeature) -> (DriverUpdateRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
type"Feature"Required
geometryobjectRequired
bboxlist of anyOptional
propertiesobjectOptional
Properties for GeoJSON Feature objects
idinteger or stringOptional

Response

Successful Response
driver_updatedboolean
task_group_tracking_countinteger
cargo_tracking_countinteger

Errors