---
title: "Allocate to Property"
method: POST
path: "/reservations/{stay_code}/allocate"
tags: ["Reservations"]
---

# Allocate to Property

`POST /reservations/{stay_code}/allocate`

Allocate a reservation to a specific property. This action is used to assign or reassign a reservation to a particular property. If there is already a stay for the target property, it will be marked as a conflicting stay and move to the reservation box.

## Path parameters

- `stay_code` string, required

## Request body

- object
  - `property_id` integer, required — The ID of the property to allocate the reservation to.

## Response `200`

The reservation has been successfully allocated to the property.

- 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/versions/a3fa555dee66/schema)
