Create Quote
Parameter
Type
Required
Description
Request Example
curl --location 'https://api.rateparity.com/v1/quote/{code}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {JWT_TOKEN}' \
--data-raw '{
"checkin": "2025-08-26",
"nights": 6,
"firstName": "Asli",
"lastName": "Calik",
"email": "[email protected]",
"phone": "905377290056",
"country": "Italy",
"notes": "Dear all, we would like to visit Halkidiki with my family and your hotel seems amazing! What I would like to ask you, is there any possibility to have 'Standard Retreat' room with half-board option (with extra payment of course)? Thank you already!",
"adults": 2,
"children": 0,
"rooms": 1
}'Response Example
Last updated