Create Quote
The Create Quote method is used to create offline offers for a specific hotel. This endpoint allows users to send quote requests directly to hotels, often for personalized rates or availability inquiries not shown in standard search results.
POST
https://api.rateparity.com/v1/quote/{code}
Body Parameters
checkin
string
Yes
The desired check-in date (format: YYYY-MM-DD).
nights
integer
Yes
The number of nights for the stay.
firstName
string
Yes
The first name of the person making the request.
lastName
string
Yes
The last name of the person making the request.
email
string
Yes
The email address of the requester.
phone
string
No
The phone number of the requester (optional, but useful for direct communication).
country
string
Yes
The country of residence of the requester.
notes
string
No
Any additional notes or special requests (e.g., room preferences, meal plans, or other requirements).
adults
integer
Yes
Number of adults included in the booking.
children
integer
No
Number of children included in the booking (default is 0 if not provided).
rooms
integer
Yes
Number of rooms requested.
Request Example
Response Example
Last updated