---
title: "Update upsell in a quote [Pilot]"
method: POST
path: "/api/reservations/upsell/{quoteId}"
tags: ["Upsell"]
---

# Update upsell in a quote [Pilot]

`POST /api/reservations/upsell/{quoteId}`

Ability to add/remove a upsell from existing quote. [Pilot]

## Path parameters

- `quoteId` string, required

## Request body

- object
  - `additionalFeeIds` string[]
  - `ratePlanIds` string[]

## Response `201`

successful operation

- object
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.dev/guesty/apis/booking-engine-api.md) · [All operations](https://skmtc.dev/guesty/apis/booking-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/guesty/booking-engine-api/revisions/90f25f70255b/schema)
