---
title: "Get closure info for a specific day (PMS)"
method: GET
path: "/consumers/{consumer_id}/pms/closures/{date}"
tags: ["Property Management System", "Closures"]
---

# Get closure info for a specific day (PMS)

`GET /consumers/{consumer_id}/pms/closures/{date}`

Returns whether the closure was already done for a specific day or not

## Path parameters

- `consumer_id` string, uuid, required
- `date` string, date, required

## Query parameters

- `location_id` string, nullable

## Response `200`

Successful Response

- PMSClosureItem
  - `date` string, date, required — Date of the closure
  - `status` 'open' | 'closed', required
  - `closures` POSClosureInformationItem[], nullable — Info about closures related to specific day
    - `id` string, required
    - `total` number, required — Total amount of the payments in current closure
    - `tax_amount` number, required — Total tax amount the in current closure
    - `payments` ClosurePaymentItem[], nullable — List of payments related to current closure
      - `payment_method_id` string, nullable — Unique identifier of the payment method used for the payment
      - `payment_method_name` string, nullable — Chift's name of the payment method used for the payment
      - `tip` number, nullable — Total amount of the tips of the payment. Tips are not part of the total of the payment
      - `total` number, required — Total amount including tax
    - `taxes` TotalTaxItem[], nullable — List of taxes related to current closure
      - `tax_id` string, nullable — Unique identifier of the tax
      - `tax_rate` number, required — Tax rate
      - `tax_amount` number, required — Tax amount
      - `total` number, required — Total amount including tax

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
