latestOpenAPI 3.0.32026-08-101415.2 KB

990d065c169e

Value Adds

Retrieve catalog of value adds for properties

This endpoint returns a list of value adds, including dynamic attributes, in either JSON or XML format. The response format is determined by the Accept header.

get/valueadds/properties/catalog

Headers

Accept'application/json' | 'application/xml'

Specifies the response format. If omitted, JSON is returned by default.

Response

Successful response with a list of value adds.

idinteger

Unique identifier for the value add.

categorystring

Category of the value add (e.g., Food and Beverage, Spa).

typestring

Type of value add, such as Credit or Discount.

namestring

Name of the value add.

Example response

[
  {
    "id": 2001,
    "category": "Food and Beverage (F&B)",
    "type": "Credit or discount",
    "name": "Daily Credit Per adult - No Daily Accrual",
    "attributes": [
      {
        "name": "CurrencyCode",
        "dataType": "string",
        "description": "Specifies the currency code for the selected amount."
      }
    ]
  }
]