Skip to main content

Get booking history

GET 

/v1/history

Get booking history

Supported roles

  • Partner
  • Fleet manager

Request

Query Parameters

    fromDate string

    Completed date from

    toDate string

    Completed date to

    bookId string

    Filter by booking ID

    bookingReference string

    Filter by external booking reference

    page integer

    Possible values: >= 1

    Page number, starts at 1

Responses

Successful operation

Schema
    bookingId string
    groupId string
    externalId string
    bookingStatus string

    Booking status:

    • canceled - Canceled
    • passengerNoShow - Passenger was a no-show
    • incident - Booking has been marked as incident by the provider
    • completed - Completed
    customerPhone string
    customerName string
    bookerPhone string
    bookerName string
    bookingTime string
    pickupTime string
    droppedOffTime string
    completedTime string
    driverName string
    driverAvatar string
    driverLicenseNumber string
    carTypeRequested string
    carType string
    licensePlate string
    pickupLocation string
    destination string
    requestedPaymentMethod string
    paidBy string
    currencyISO string
    promoCode string
    notes string

    Driver note. Additional notes or instructions visible to both the driver and passenger (e.g., passenger preferences, pickup details, or contact instructions).

    pickupLat number
    pickupLon number
    destinationLat number
    destinationLon number
    originEstDistance number
    distanceTour number
    subtotal number
    airportFee number
    meetDriver number
    tollFee number
    bookingFee number
    tipAmt number
    promoAmt number
    total number
    paxNumber integer
    luggageNumber integer
    corporateId string

    Corporate ID

    corporateName string

    Corporate name

    internalComment string

    Internal comment. Internal notes visible only to dispatchers and operations staff. Used for internal coordination or operator instructions.

    flightNumber string

    Flight number

Loading...