Confirms and create the reservation in the system
POST
/car-rental/reservations/confirmRequest
ID of commission partner
If the clients pays at the commission partner
If sending of confirmation email should be skipped
Pick up date of the reservation. Format: yyyy-mm-dd
Return date of the reservation. Format: yyyy-mm-dd
Pick up time of the reservation. Format: HH:ii
Return time of the reservation. Format: HH:ii
Walking customer?
Company Brand ID where the booking will be made
Pick up location. Optional if pickup location custom is present
Return location. Optional if return location custom is present
Pick up location custom. Optional if pickup location is present
Return location custom. Optional if return location is present
Vehicle class ID
Customer ID
Customer First Name
Customer Last Name
Customer Full Name (send only if the first name and last name is not specified)
Customer Email
Customer Phone Number
Flag to set if a transaction should be initiated
Payment method to use in the transaction
Array of selected additional charges. If the additional charge has a quantity the format should be id_quantity
Whether or not it includes selected by default additional charges. (true or false)
Currency
Distance limit for the reservation
Distance limit for the reservation
Distance limit for the reservation
Distance limit for the reservation
Responses
successful operation. The system returns the calculated price for the selection of additional charges
{}