---
title: "Manual prueba"
method: PATCH
path: "/reservations/{productId}/cancels/{FlowId}/quote"
tags: ["Cancellations"]
---

# Manual prueba

`PATCH /reservations/{productId}/cancels/{FlowId}/quote`

## Path parameters

- `productId` integer, required
- `FlowId` string, required

## Request body

- object
  - `action` 'ACCEPT' | 'REJECT'
  - `reason` string

## Response `200`

OK

- object
  - `cancel_id` string
  - `request_code` string
  - `status` string
  - `product_id` number
  - `transaction_id` number
  - `reservation_id` number
  - `cancellation_items` integer
  - `product_type` string
  - `reason` string
  - `creation_date` string, date
  - `related_products` unknown[]
    - unknown
  - `quote` object
    - `product_quote` object
      - `quote_id` string
      - `creation_date` number
      - `product_data` object
        - `product_type` string
        - `product_id` number
        - `transaction_id` number
        - `reservation_id` number
        - `cancellation_items` unknown[]
          - unknown
      - `refund_policy` string
      - `policy` string
      - `resolution` string
      - `guaranteed` boolean
      - `status` string
    - `related_products_quotes` unknown[]
      - unknown

## Other responses

- `401` — Unauthorized
- `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)
