v1
latestOpenAPI 3.0.32026-07-26630183.2 KBPrice Jump
Price Jump
This service detects price variations for a product, providing the differences between the original and the updated value.
get/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.
Response
OK
Example response
{
"price_jump": {
"message": {
"price_jump_confirmations": [
{
"flavor_id": "F0"
}
]
}
}
}