# Check property status

Endpoint: POST /properties/{propertyId}/status
Version: 1.0

## Path parameters:

  - `propertyId` (integer, required)

## Request fields (application/json):

  - `operation` (string, required)
    Enum: "CHECK", "OPEN", "CLOSE"

  - `reason` (object)

  - `reason.type` (string)
    Enum: "OTHER", "SEASON", "RENOVATION", "PROPERTY_NOT_AVAILABLE", "FULLY_BOOKED", "ISSUES_GUESTS", "ISSUES_BOOKING", "STRATEGY"

  - `reason.description` (string)

## Response default fields (application/json):

  - `data` (object)

  - `data.status` (string)

  - `warnings` (array)

  - `warnings.message` (string)

  - `warnings.code` (integer)

  - `warnings.details` (object)

  - `warnings.description` (string)

  - `errors` (array)

  - `errors.message` (string)

  - `errors.code` (integer)

  - `errors.details` (object)

  - `errors.description` (string)

  - `meta` (object)

  - `meta.ruid` (string)


