Create a quote
POSTRequirements/api/v3/quote
- You must specify an existing customer_id, customer_token, or customer_external_key value.
- You must specify at least one line item.
- Each line item must refer to an existing item_id value.
- You must specify a paycycle:
one- a quote for a one-time invoicemon- a quote for a monthly subscription2mn- a quote for a subscription that invoices the customer every 2 monthsyrl- a quote for a yearly subscription2yr- a quote for a subscription that invoices the customer every 2 years3yr- a quote for a subscription that invoices the customer every 3 years1wk- a quote for a weekly subscription2wk- a quote for a subscription that invoices the customer every 2 weeksqtr- a quote for a quarterly subscriptionsix- a quote for a subscription that invoices customers every 6 months
- The id value in the response is the
quote_idvalue of the newly created quote. - The "Location:" header will provide a direct API link to the newly created quote.
Request
Responses
- 201
- 400
- 401
Object was created successfully
Bad request
Authentication error