ChargebeeAPI
Join the Chargebee Developers Discord — Connect, ask questions, and build faster.Join

Update quote status

Idempotency Supported

Updates the status of the quote. Status can be updated to Accepted, Declined, and Closed.

Sample Request

URL Format

POST https://[site].chargebee.com/api/v2/quotes/{quote-id}/update_status

Input Parameters

status
required, enumerated string

Status to update for the quote.

Possible Enum Values
accepted

Accepted.

declined

Declined.

proposed
voided
closed

Closed

comment
optional, string, max chars=300

An internal comment to be added for this operation, to the quote. This comment is displayed on the Chargebee UI. It is not displayed on any customer-facing Hosted Page or any document such as the Quote PDF .

Returns

quoteQuote object
Resource object representing quote
quoted_subscriptionQuoted subscription object
Resource object representing quoted_subscription
quoted_chargeQuoted charge object
Resource object representing quoted_charge
quoted_rampQuoted ramp object
Resource object representing quoted_ramp