Returns a list of applicable additional charges based on the selection of dates, brand and vehicle class
GET
/car-rental/reservations/additional-chargesRequest
Query Params
tour_operator_id
optional
ID of commission partner
tour_operator_client_pay_to
optional
If the clients pays at the commission partner
pick_up_date
required
Pick up date of the reservation. Format: yyyy-mm-dd
return_date
required
Return date of the reservation. Format: yyyy-mm-dd
pick_up_time
required
Pick up time of the reservation. Format: HH:ii
return_time
required
Return time of the reservation. Format: HH:ii
walk_in_customer
optional
Walking customer?
brand_id
required
Company Brand ID where the booking will be made
pick_up_location
optional
Pick up location. Optional if pickup location custom is present
return_location
optional
Return location. Optional if return location custom is present
pick_up_location_custom
optional
Pick up location custom. Optional if pickup location is present
return_location_custom
optional
Return location custom. Optional if return location is present
vehicle_class_id
required
Vehicle class ID
currency
optional
Currency
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
successful operation. The system returns the list of applicable classes
Data Schema
object {0}
Example
{}
Last modified: 2 days ago