メインコンテンツまでスキップ

Get booking tracking as a sender or recipient

GET 

/api/v2/microservices/bookingprogress_v2/:sender_or_recipient

Returns data for tracking booking progress for a sender or recipient (related to booking pickup or drop-off). This is an unauthenticated endpoint. The tracking code should have the format <simulation_id>_<booking_uid>, for example: /api/v2/microservices/bookingprogress_v2/sender?track=162484_1cd32991-40ab-477d-af64-797c61b8fde6.

Key differences between the links include:

  • Number of stops remaining to reach pickup or drop-off.
  • Status history to include scheduled pickup or drop-off information.

For the tracking link to be enabled, a special project setting must be configured for the simulations: project.data.settings.bookingprogress_v2_order_tracking_enabled=true.

Request

Responses

Success