Modify booking
modify_bookingChange one of the signed-in user's bookings. Requires the 6-digit verificationCode from request_booking_action_code. Special-request edits always apply. A DATE change is pushed to the hotel supplier as a cancel-and-rebook at current availability, so it only works for suppliers that support amendment — for others (and when no room is available for the new dates) it returns an error asking you to cancel and rebook instead. A date change can shift the price and issue a new confirmation; the result's supplierModifyStatus says whether the supplier reservation was actually changed (modified), simulated (simulated), or the edit stayed local (local_only, e.g. special requests only). Never promise a date change went through unless supplierModifyStatus is modified or simulated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkIn | No | New check-in date, ISO 8601 (optional). | |
| checkOut | No | New check-out date, ISO 8601 (optional). | |
| publicId | Yes | The booking's public id. | |
| specialRequests | No | New special requests (≤2000 chars, optional). | |
| verificationCode | Yes | 6-digit code from `request_booking_action_code`. |