Returns the available cars for a given location and reservation date range
GET
/car-rental/ota/availabilityRequest
Query Params
pick_up_date
required
Pick up date and time of the reservation. Format: yyyy-mm-dd HH:ii
return_date
required
Return date and time of the reservation. Format: yyyy-mm-dd HH:ii
pick_up_location_id
required
Pick up location ID
return_location_id
required
Return location ID
customer_id
optional
Customer ID
rate_code
optional
Rate code
language
optional
Language
Header Params
Accept
string
required
Allows accessing v2 of the API
Default:
application/vnd.api.v2+json
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation. The system returns a list of available cars
Data Schema
object {0}
Example
{}
Last modified: 2 days ago