---
title: "Check property status"
method: POST
path: "/properties/{propertyId}/status"
tags: ["Property Status API"]
---

# Check property status

`POST /properties/{propertyId}/status`

## Path parameters

- `propertyId` integer, required

## Request body

- PropertyStatusInput
  - `operation` 'CHECK' | 'OPEN' | 'CLOSE', required
  - `reason` Reason
    - `type` 'OTHER' | 'SEASON' | 'RENOVATION' | 'PROPERTY_NOT_AVAILABLE' | 'FULLY_BOOKED' | 'ISSUES_GUESTS' | 'ISSUES_BOOKING' | 'STRATEGY'
    - `description` string

## Response `default`

default response

- ApiResponsePropertyStatusOutput
  - `data` PropertyStatusOutput
    - `status` string
  - `warnings` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `errors` ApiErrorOTA[]
    - `message` string
    - `code` integer
    - `details` ObjectNode
    - `description` string
  - `meta` ResponseMeta
    - `ruid` string

---

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