Get PMS Revenue Centers
GET
/pms/v1/business-locations/{businessLocationId}/revenue-centers
Returns a list of all POS Configurations which can be mapped to PMS Revenue Centers.
Path parameters
-
businessLocationId integer(int64) Required
GET /pms/v1/business-locations/{businessLocationId}/revenue-centers
curl \
-X GET https://api.trial.lsk.lightspeed.app/pms/v1/business-locations/267739991882/revenue-centers \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 343243933,
"name": "Center name #1"
}