Skip to content

Charges endpoint

Lists the details of the Charges endpoints to set and retrieve taxes and fees at the property and room level.

Get property and room charges

Request

Retrieve the current charges for a property in format consistent with the creation/update payload.

Path
propertyIdinteger, (int32)required
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/charges-api/charges-api-specification/charges-api/properties/{propertyId}/charges'

Responses

OK

Bodyapplication/json
dataobject(Charges)
warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)
Response
{ "data": { "property_charges": [], "room_charges": [] }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }