As part of the ongoing transition from booking to tour terminology, the following changes have been made:
New active_tour_id field
A new active_tour_id field is now available on the Users endpoint when the returned user is a driver. It’s a nullable field representing the driver’s current active tour and it’s a replacement for the active_hailing_booking_ids array field, which is now deprecated.
⚠️ Breaking Change - Failure code renames ⚠️
The following failure codes have been renamed:
- The
active_driver_on_a_bookingfailure code returned by the Block User endpoint has been renamed toactive_driver_on_a_tour. - The
on_active_bookingfailure code returned by Send Driver Offline endpoint has been renamed toon_active_tour.
If your integration handles these specific failure codes, please update accordingly.