Skip to main content

Added

  • Get quotes

    • Support on-demand booking by allow input string ASAP as the pickupDateTime

      • Example
        {
        ...
        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

      • Example
        {
        ...
        eta: {
        distance: 6345,
        duration: 343
        }
        }
  • Create custom booking

    • Support on-demand booking by allow input string ASAP as the pickupDateTime

Added

Updated

  • Create booking with quote
    • Made pickupTimezone parameter optional. If pickupTimezone is not included we will base the timezone on the pickup location.