---
title: "Creates a new location closure."
method: POST
path: "/LocationClosures"
tags: ["LocationClosures"]
---

# Creates a new location closure.

`POST /LocationClosures`

## Request body

- CreateLocationClosureDto — Request DTO for creating a location closure.
  - `locationId` string, required
  - `closureDate` string, required
  - `reason` string, nullable

## Response `200`

OK

- LocationClosureResponseDto — Response DTO for a location closure.
  - `id` string
  - `locationId` string
  - `closureDate` string
  - `reason` string, nullable
  - `createdById` string, nullable
  - `createdBy` UserSummaryDto
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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