---
title: "Update Reservation Basic Info"
method: PATCH
path: "/reservations/{stay_code}"
tags: ["Reservations"]
---

# Update Reservation Basic Info

`PATCH /reservations/{stay_code}`

Update basic information of a stay including guest details, dates, pricing, and other attributes.

## Path parameters

- `stay_code` string, required

## Request body

- object
  - `remarks` string — Remarks for the reservation.
  - `creator` string — The account of the creator.
  - `custom_channel_id` integer — The id of the custom channel.
  - `check_in_date` string, date — The check-in date for the reservation in YYYY-MM-DD format.
  - `check_out_date` string, date — The check-out date for the reservation in YYYY-MM-DD format.
  - `number_of_guests` integer — The total number of guests.
  - `guest_name` string — The name of the primary guest.
  - `mobile` string — The mobile phone number of the guest.
  - `email` string, email — The email address of the guest.
  - `currency` string — The currency code for the reservation amounts. See [Supported Currencies](/reference/supported-currencies) for more information.
  - `rate_amount` number — The total rate amount for the reservation.
  - `commission_amount` number — The commission amount for the reservation.

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