Idempotency Supported
Try in API ExplorerCreates a quote using charge-items and one-time charges.
Sample Request
URL Format
POST https://[site].chargebee.com/api/v2/quotes/create_for_charge_items_and_charges
Input Parameters
required, string, max chars=50
Identifier of the customer for which the quote needs to be created.
optional, string, max chars=2000
Notes specific to this quote that you want customers to see on the quote PDF.
optional, timestamp(UTC) in seconds
Quotes will be valid till this date. After this quote will be marked as closed.
required if Multicurrency is enabled, string, max chars=3
The currency code (ISO 4217 format) of the quote.
Returns
quoteQuote object
Resource object representing quote
quoted_chargeQuoted charge object
Resource object representing quoted_charge