---
title: "Get PMS Revenue Centers"
method: GET
path: "/pms/v1/business-locations/{businessLocationId}/revenue-centers"
tags: ["PMS"]
---

# 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. For more details on revenue centers, see our [Integration Guide](https://api-portal.lsk.lightspeed.app/guides/integration-guides/property-management-systems/financial-api-endpoints#revenue-centers).

## Path parameters

- `businessLocationId` integer, required — The unique identifier for the business location.

## Response `200`

Found a list of Revenue Centers

- object[]
  - `id` integer — The unique identifier for the revenue center.
  - `name` string — The name of the revenue center.

## Other responses

- `400` — Bad Request
- `404` — Invalid input business location id

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/96f04e4e3f61/schema)
