v1
latestOpenAPI 3.0.32026-07-26630183.2 KBPrice Jump
Price Jump
This service allows accepting or rejecting detected price variations for a product, confirming whether to proceed with the updated value.
patch/book/{reservationId}/recovery
Path parameters
reservationIdstring required
This field must be filled in with the id of an existing reservation or with the 'external_booking_reference' sent when closing the reservation.
Query parameters
test_case'pricejump' required
Optional parameter for testing purposes. Use 'pricejump' to simulate a price jump scenario.
Request body
Example request
{
"price_jump_confirmations": [
{
"flavor_id": "F0"
}
]
}Response
OK