---
title: "Price Jump"
method: PATCH
path: "/book/{reservationId}/recovery"
tags: ["Price Jump"]
---

# Price Jump

`PATCH /book/{reservationId}/recovery`

This service allows accepting or rejecting detected price variations for a product, confirming whether to proceed with the updated value.

## Path parameters

- `reservationId` string, required

## Query parameters

- `test_case` 'pricejump', required

## Request body

- object
  - `message_type` string — This field must be populated with the value returned by the GET endpoint.
  - `price_jump_confirmations` object[]
    - `flavor_id` string — Indicates the product type. F0 = Flight.
    - `confirm` boolean

## Response `204`

OK

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/versions/2fb15f2434ea/schema)
