---
title: "Update Property Availabilities"
method: POST
path: "/availabilities"
tags: ["Availability"]
---

# Update Property Availabilities

`POST /availabilities`

Use this endpoint to update property availabilities. <br><br>Please be aware that a successful response indicates only that we have initiated an asynchronous task to handle your submission; it <b>DOES NOT</b> ensure that the channel inventories have been modified successfully. If you wish to view detailed results of the task execution, please visit the [Host Portal](https://hostex.io/app/calendar).

## Request body

- object
  - `property_ids` integer[], required — Specify the property IDs to update.
  - `start_date` string, date — Specify the update's start date using the YYYY-MM-DD format. This must be either the current date or a future date. <br>If omitted, the `dates` becomes mandatory.
  - `end_date` string, date — Specify the update's end date using the YYYY-MM-DD format. This must be a future date within 3 years from now. <br>If omitted, the `dates` becomes mandatory.
  - `dates` string[] — Provide a list of dates for the update in YYYY-MM-DD format. Dates must be today's date or later. <br>If `start_date` and `end_date` are specified, the list of dates will not be considered.
  - `available` boolean, required — Set the availability status: `true` for available or `false` for unavailable.

## Response `200`

The request has been successfully submitted.

- CommonResponse
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.

---

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