- Authorization
- Introduction
- Guides
- Car Rental
- Comments
- Currencies
- Emails
- Addresses
- Fields
- Blocked Days
- Customer Credits
- Daily Manifest
- Fines
- Packages
- Quotes
- Rate Types
- Rates
- Reservation Attempts
- Extensions
- External Charges
- Adjustments
- Payments
- Refunds
- Reservations
- Updates the status of a reservation to OpenPOST
- Updates the status of a reservation to CancelPOST
- Updates the status of a reservation to PendingPOST
- Updates the status of a reservation to QuotePOST
- Updates the status of a reservation to No ShowPOST
- Returns the details and validations required for the dates stepGET
- Validates the dates and return a list of available classes for that period with the respective prices for each vehicle classPOST
- Updates the vehicle class of a reservation (Only Existing Bookings)POST
- Returns a list of applicable additional charges based on the selection of dates, brand and vehicle classGET
- Returns the price for the selection of charges and vehicle classPOST
- Creates or updates a customer in the systemPOST
- Confirms and create the reservation in the systemPOST
- Updates a reservationPOST
- shows a list of reservationsGET
- show rental agreement of specific reservationGET
- Set date of signGET
- Find a specific reservationGET
- Assign vehiclePOST
- Detach vehiclePOST
- Available VehiclesGET
- Upload primary driver signaturePOST
- Returns the available cars for a given location and reservation date rangeGET
- Vehicle Replacements
- Reservation Agents
- Seasons
- Security Deposits
- Webhooks
- Filters
- Preferences
- Contacts
- files
- Fleets
- Payment Gateways
- Shows a list of credit cards for one customer
- Delete payment gateway
- Shows a list of payment methods
- Finds payment method by ID
- Returns payment method button
- Returns payment method form
- Finds payment transaction by UUID
- shows a list of payment transactions
- Create payment transaction
- Refunds a payment transaction
- Shows a list of stripe locations per gateway
- Returns a connection token for a given location
- Returns a connection token for stripe terminal
- Sheets
Returns the available cars for a given location and reservation date range
GET
/car-rental/ota/availability
Car Rental/Reservations
Request
Query Params
pick_up_date
string
required
return_date
string
required
pick_up_location_id
string
required
return_location_id
string
required
customer_id
string
optional
rate_code
string
optional
language
string
optional
Header Params
Accept
string
required
Default:
application/vnd.api.v2+json
Authorization
string
required
Default:
{{AUTHENTICATION_TOKEN}}
Responses
🟢200OK
This response does not have a body.
🔴500Server Error
Modified at 2025-03-28 15:05:28