v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
PMS

Get PMS Revenue Centers

Returns a list of all POS Configurations which can be mapped to PMS Revenue Centers. For more details on revenue centers, see our Integration Guide.

get/pms/v1/business-locations/{businessLocationId}/revenue-centers

Path parameters

businessLocationIdinteger required

The unique identifier for the business location.

Example:45454565682155

Response

Found a list of Revenue Centers

idinteger

The unique identifier for the revenue center.

namestring

The name of the revenue center.

Example response

[
  {
    "id": 343243933,
    "name": "Bar"
  }
]