AmendDatesSimulateInput
Represents the input data for modifying the check-in and check-out dates of an existing booking.
Properties
| Name | Type | Description |
|---|---|---|
| Reference | Reference | Booking references for identifying the reservation to be amended. |
| Reference/ ClientReference | String | The client's internal reference for the booking. |
| Reference/ SupplierReference | String | The supplier's reference for the booking. |
| AmendDates | AmendDates | The amended dates for the booking. |
| AmendDates/CheckIn | String | The new check-in date for the booking, represented as a string in ISO 8601 format (YYYY-MM-DD). |
| AmendDates/CheckOut | String | The new check-out date for the booking, represented as a string in ISO 8601 format (YYYY-MM-DD). |