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
- 200
- 400
- 401
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
canceled- CanceledpassengerNoShow- Passenger was a no-showincident- Booking has been marked as incident by the providercompleted- Completed
bookingId string
groupId string
externalId string
bookingStatus string
Booking status:
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
{
"bookingId": "string",
"groupId": "string",
"externalId": "string",
"bookingStatus": "string",
"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",
"pickupLat": 0,
"pickupLon": 0,
"destinationLat": 0,
"destinationLon": 0,
"originEstDistance": 0,
"distanceTour": 0,
"subtotal": 0,
"airportFee": 0,
"meetDriver": 0,
"tollFee": 0,
"bookingFee": 0,
"tipAmt": 0,
"promoAmt": 0,
"total": 0,
"paxNumber": 0,
"luggageNumber": 0,
"corporateId": "string",
"corporateName": "string",
"internalComment": "string",
"flightNumber": "string"
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...