change Room Details
Deprecated
Use execute method instead
Replace with
execute(operation: ChangeRoomDetailsOperation)
Change details of a room. This link will be available in the retrieve response. Changes in smoking preference and special request will be passed along to the property and are not guaranteed.
Return
Nothing
Parameters
IP address of the customer, as captured by your integration.
Ensure your integration passes the customer's IP, not your own. This value helps determine their location and assign the correct payment gateway.
Also used for fraud recovery and other important analytics.
This parameter is used only to prefix the token value - no ID value is used.
Room ID of a property.
Provided as part of the link object and used to maintain state across calls. This simplifies each subsequent call by limiting the amount of information required at each step and reduces the potential for errors. Token values cannot be viewed or changed.
The request body is required, but only the fields that are being changed need to be passed in. Fields that are not being changed should not be included in the request body.
Insert your own unique value for each user session, beginning with the first API call. Continue to pass the same value for each subsequent API call during the user's session, using a new value for every new customer session.
Including this value greatly eases EPS's internal debugging process for issues with partner requests, as it explicitly links together request paths for individual user's session. (optional)
The change call has a test header that can be used to return set responses with the following keywords:
* standard
- Requires valid test booking. * service_unavailable
* unknown_internal_error
(optional)