v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Room

getRoomsFeesAndTaxes

Get applicable fees and tax to a booking. This is meant to be used on checkout to display to the guest.

get/getRoomsFeesAndTaxes

Query parameters

propertyIDstring

Property ID

startDatestring date required

Check-in date

endDatestring date required

Check-out date

roomsTotalnumber required

Total value of the rooms to be booked, with included taxes

roomsCountinteger required

Number of rooms to be booked

adultsPerRoominteger

Adult occupants per room (applied uniformly across roomsCount). Required for fixed_per_person taxes/fees to compute non-zero values; otherwise per-person amounts return 0.

childrenPerRoominteger

Child occupants per room. Same semantics as adultsPerRoom.

Response

200 Response

successboolean

Returns if the request could be completed

messagestring nullable

To be used in case any error occurs (if success = false). If success = true, it does not exist.