This endpoint allows clients to obtain metadata regarding the charges associated with a specific property. This API facilitates access to essential information about the types and categories of charges that can be applied to a property, supporting effective charge management and configuration.
A message receives within the response body. This will generally be an empty string if no additional information is needed.
Ruidstring
Specifies the unique request ID.
You can share this ID with Booking.com customer support when you run into an issue. This can help in understanding what went wrong.
Dataarray
An array of charge data, each item containing details about charge types, categories, and other associated information (for example, tax types, legacy codes).
charge_type_idstring
The identifier for the charge type.
Enum:
SERVICECHARGE_ASIA
SERVICECHARGE
RESORTFEE
CLEANINGFEE
TOWELFEE
ELECTRICITYFEE
BEDLINEN
GASFEE
OILFEE
WOODFEE
WATERFEE
DESTINATIONFEE
ENVIRONMENTFEE
SPATAX
TRANSFERFEE
VAT
CITYTAX
TAX
DAMAGEDEPOSIT
LINENPACKAGEFEE
HEATINGFEE
AIRCONDITIONINGFEE
KITCHENLINNENFEE
HOUSEKEEPINGFEE
CLUBCARDFEE
PETFEE
INTERNETFEE
PARKINGFEE
HOTSPRINGTAX
MUNICIPALITYFEE
TOURISMFEE
RESIDENTIALTAX
GOODSSERVICESTAX
HERITAGECHARGE
GOVERNMENTTAX
LOCALCOUNCILTAX
GOVERNMENTCHARGE
LOCALITYCONSERVATIONFEE
LAST_SERVICECHARGE
AIRPORTSHUTTLEFEE
SHUTTLEBOATFEE
GALADINNERFEE
SEAPLANEFEE
SKIPASS
FINALCLEANINGFEE
WRISTBANDFEE
VISASUPPORTFEE
WATERPARKFEE
CONSERVATIONFEE
CREDITCARDFEE
CITYTICKET
FITNESSTAX
GOODSSERVICESFLOODTAX
SUSTAINABILITYFEE
SPA
HOTSPRINGBATH
POOL
LOUNGE
DESTINATIONCHARGE
DESTINATIONTAX
ota_fee_tax_typesarray of integers
An array of OTA fee tax type identifiers associated with the charge type.
charge_categorystring
The category of the charge.
Enum:
NET_ROOM_PRICE
TAXES
LOCALITY_CHARGES
PROPERTY_CHARGES
FACILITY_CHARGES
booking_extended_legacy_codearray of integers
An array of legacy codes associated with the booking for certain charge types.
Indicates the result of the API call, which will be always "Fail" in case of an error response.
Error array
Array that contains details about any errors that occurred during the API call. Each object in the Errors array contains the following properties:
Code string
Specific error code that helps identify the type of error.
For example: "400" indicates a bad request.
ShortText string
A short description of the error.
Messagestring
A message providing more information about the error.
Ruidstring
Specifies the unique request ID.
You can share this ID with Booking.com customer support when you run into an issue. This can help in understanding what went wrong.
In the case where a RUID (Request Unique Identifier) is provided by Booking.com, it will be displayed in the response. If no RUID is received, the field will be left blank.