Returns the price for the selection of charges and vehicle class
POST
/car-rental/reservations/additional-charges
Request
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 (IMPORTANT: To change the vehicle class of an existing booking see the endpoint vehicle-class, sending vehicle_class_id to this endpoint won't change the class of the reservation
additional_charges
array[string]
required
Array of selected additional charges. If the additional charge has a quantity the format should be id_quantity
Allowed values:
id_quantityid
currency
optional
Currency
coupon_code
optional
Discount coupon code
rate_type_id
optional
Rate type for the reservation
rate_code
optional
Rate type for the reservation, this can be used in-place of rate_type_id
Header Params
Authorization
stringÂ
required
Default:
{{AUTHENTICATION_TOKEN}}
Responses
🟢200OK
successful operation. The system returns the calculated price for the selection of additional charges