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
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
externalId string
bookingStatus string
Booking status:
customerPhone string
customerName string
bookingTime string
pickupTime string
droppedOffTime string
completedTime string
driverName string
driverLicenseNumber string
carTypeRequested string
carType string
licensePlate string
pickupLocation string
destination string
requestedPaymentMethod string
paidBy string
currencyISO string
promoCode string
notes string
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
{
"bookingId": "string",
"externalId": "string",
"bookingStatus": "string",
"customerPhone": "string",
"customerName": "string",
"bookingTime": "string",
"pickupTime": "string",
"droppedOffTime": "string",
"completedTime": "string",
"driverName": "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
}
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...