v1

latestOpenAPI 3.0.02026-07-26190104.7 KB
Upsell

Update upsell in a quote [Pilot]

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

post/api/reservations/upsell/{quoteId}

Path parameters

quoteIdstring required
Example:5d6e7a7ebf8e3800207735ae

ID of quote

Request body

additionalFeeIdsstring[]
ratePlanIdsstring[]

Example request

{
  "additionalFeeIds": [
    "61f984538b908351a18d2c75"
  ],
  "ratePlanIds": [
    "61f984538b908351a18d2c75"
  ]
}

Response

successful operation

successboolean