> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chift.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Customer

### Definition

A customer in a PMS is a guest or booking agent record. It holds a name, contact details, and stay history.

<Note>
  In this context, "customer" refers to a guest or booking agent in the consumer's property management system, not the Chift [Consumer](/developer-guides/glossary#consumer) (the integrator's customer).
</Note>

### Purpose

Customers identify who stayed at or booked the property.

### Relationships

* A customer is linked to invoices and orders.

### Endpoints

| Method | Endpoint                                                                                     | Description                      |
| ------ | -------------------------------------------------------------------------------------------- | -------------------------------- |
| GET    | [Get customers](/api-reference/endpoints/property-management-system/get-customers-pms)       | Retrieve all PMS customers       |
| GET    | [Get one customer](/api-reference/endpoints/property-management-system/get-one-customer-pms) | Retrieve a single customer by ID |

### See also

* [Invoices](/unified-apis/pms/concepts/invoice)
* [Orders](/unified-apis/pms/concepts/order)
