> ## 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.

# Closure

### Definition

In the PMS API, a closure is the end-of-day summary for a property location. It aggregates all orders, payments, and totals for a specific day.

<Note>
  "Closure" also exists in the [POS API](/unified-apis/pos/concepts/closure) with the same end-of-day concept applied to a point-of-sale location instead of a property.
</Note>

### Purpose

Closures provide the daily totals used for accounting reconciliation.

### Relationships

* A closure belongs to a location.
* It summarizes the orders and payments of that day.

### Endpoints

| Method | Endpoint                                                                                                                           | Description                              |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| GET    | [Get closure info for a specific day](/api-reference/endpoints/property-management-system/get-closure-info-for-a-specific-day-pms) | Retrieve closure info for a specific day |

### See also

* [Locations](/unified-apis/pms/concepts/location)
* [Orders](/unified-apis/pms/concepts/order)
