Added
- Support update adjustments on a completed booking
Support on-demand booking by allow input string ASAP
as the pickupDateTime
{
...
pickupDateTime: "ASAP"
}
For on-demand bookings, added new key eta
in the response data to provide the estimated distance & duration from the nearest driver to the pickup point
{
...
eta: {
distance: 6345,
duration: 343
}
}
ASAP
as the pickupDateTime
User permission: Added role for user.
partner
fleetManager
Booking
source
field to bookingemail
field to passenger objectWebhooks
fleetManager
user.fleetManager
New endpoints for creating custom booking: Added 2 new endpoints for fleetManager
to create custom booking
pickupTimezone
parameter optional. If pickupTimezone
is not included we will base the timezone on the pickup location.