Overview
The Amendment operations allow you to amend different aspects of a booking. There are currently five amendment operations available:
📄️ Amend Dates
The Amend Dates operation enables you to change the booking's check-in dates. To make a modification to your booking accurately, you should begin by executing the 'quote amend' query to confirm the feasibility of the change and its associated price. After obtaining this information, you can proceed to implement the amendment using the 'commit' mutation, which will finalize the modification in the Seller's system.
📄️ Amend Board
The Amend Board operation enables you to change the booking's board or mealplan. To make a modification to your booking accurately, you should begin by executing the 'quote amend' query to confirm the feasibility of the change and its associated price. After obtaining this information, you can proceed to implement the amendment using the 'commit' mutation, which will finalize the modification in the Seller's system.
📄️ Amend Rooms
The Amend Rooms operation allows you to modify your booking's rooms. You can add or remove rooms or change the room type. To make a modification to your booking accurately, you should begin by executing the 'quote amend' query to confirm the feasibility of the change and its associated price. After obtaining this information, you can proceed to implement the amendment using the 'commit' mutation, which will finalize the modification in the Seller's system.
📄️ Amend Paxes
The Amend Paxes operation lets you update your booking's paxes. You can change names, surnames, ages, and add or remove paxes. To make a modification to your booking accurately, you should begin by executing the 'quote amend' query to confirm the feasibility of the change and its associated price. After obtaining this information, you can proceed to implement the amendment using the 'commit' mutation, which will finalize the modification in the Seller's system.
📄️ Amend Remarks
The Amend Dates operation enables you to change the booking's remarks. To make a modification to your booking accurately, you should begin by executing the 'quote amend' query to confirm the feasibility of the change and its associated price. After obtaining this information, you can proceed to implement the amendment using the 'commit' mutation, which will finalize the modification in the Seller's system.
Each amendment type must be performed in two steps, Query
(quotes the amendment) and Mutation
(commits the amendment). In both steps the returned fields include:
- The booking detail with the amendment applied
- Amendment fees if applicable
- AmendmentID (Only returned in the query response)
Please note that amendments are not available for all suppliers. To verify whether your supplier allows modifications, please refer to the metadata configuration.