Retrieve Property Charge Meta
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.
Endpoint
GET
Response
Sample Success Response
Success Response Body Elements
Status string
Indicates the result of the API call.
Will be "Success" for successful operations.
Message string
A message receives within the response body. This will generally be an empty string if no additional information is needed.
Ruid string
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.
Data array
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_id string
The identifier for the charge type.
Enum:
SERVICECHARGE_ASIASERVICECHARGERESORTFEECLEANINGFEETOWELFEEELECTRICITYFEEBEDLINENGASFEEOILFEEWOODFEEWATERFEEDESTINATIONFEEENVIRONMENTFEESPATAXTRANSFERFEEVATCITYTAXTAXDAMAGEDEPOSITLINENPACKAGEFEEHEATINGFEEAIRCONDITIONINGFEEKITCHENLINNENFEEHOUSEKEEPINGFEECLUBCARDFEEPETFEEINTERNETFEEPARKINGFEEHOTSPRINGTAXMUNICIPALITYFEETOURISMFEERESIDENTIALTAXGOODSSERVICESTAXHERITAGECHARGEGOVERNMENTTAXLOCALCOUNCILTAXGOVERNMENTCHARGELOCALITYCONSERVATIONFEELAST_SERVICECHARGEAIRPORTSHUTTLEFEESHUTTLEBOATFEEGALADINNERFEESEAPLANEFEESKIPASSFINALCLEANINGFEEWRISTBANDFEEVISASUPPORTFEEWATERPARKFEECONSERVATIONFEECREDITCARDFEECITYTICKETFITNESSTAXGOODSSERVICESFLOODTAXSUSTAINABILITYFEESPAHOTSPRINGBATHPOOLLOUNGEDESTINATIONCHARGEDESTINATIONTAX
ota_fee_tax_types array of integers
An array of OTA fee tax type identifiers associated with the charge type.
charge_category string
The category of the charge.
Enum:
NET_ROOM_PRICETAXESLOCALITY_CHARGESPROPERTY_CHARGESFACILITY_CHARGES
booking_extended_legacy_code array of integers
An array of legacy codes associated with the booking for certain charge types.
optional, present in some objects.
Errors
Sample Error Response 1
Sample Error Response 2
Sample Error Response 3
Error Response Body Elements
Status string
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.
Message string
A message providing more information about the error.
Ruid string
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.
Last updated
Was this helpful?