Price quote
get_quoteAn itemised price for one accommodation, stay and party, including chosen extras and any discount or voucher code. Use it to show the guest the exact total and the amount payable now before starting the booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dogs | No | Number of dogs. | |
| adults | Yes | Number of adults. | |
| extras | No | Optional extras from get_campsite (electric hook-up, firewood, late checkout...). | |
| campsite | Yes | The campsite slug, as returned by search_campsites. | |
| check_in | Yes | Arrival date, YYYY-MM-DD. | |
| children | No | Number of children (under 18). | |
| check_out | Yes | Departure date, YYYY-MM-DD. Must be after check_in. | |
| voucher_code | No | A gift voucher code, if the campsite sells them. | |
| discount_code | No | A promotional code the guest has, if the campsite accepts them. | |
| accommodation_id | Yes | accommodation_id from check_availability or get_campsite. |