Update Reservation Basic InfoCopy Pagepatch https://api.hostex.io/v3/reservations/{stay_code}Update basic information of a stay including guest details, dates, pricing, and other attributes.Path Paramsstay_codestringrequiredThe code of the stay.Body Paramsremarksstringlength ≤ 500Remarks for the reservation.creatorstringlength ≤ 50The account of the creator.custom_channel_idintegerThe id of the custom channel.check_in_datedateThe check-in date for the reservation in YYYY-MM-DD format.check_out_datedateThe check-out date for the reservation in YYYY-MM-DD format.number_of_guestsinteger1 to 99The total number of guests.guest_namestringlength ≤ 100The name of the primary guest.mobilestringlength ≤ 50The mobile phone number of the guest.emailstringThe email address of the guest.currencystringThe currency code for the reservation amounts. See Supported Currencies for more information.rate_amountnumber0 to 999999The total rate amount for the reservation.commission_amountnumber0 to 999999The commission amount for the reservation.Response 200The request has been successfully submitted.Updated 7 days ago