Convert a quote by paycycle
POST/api/v3/quote/:quote_id/_action/convert
Notes:
Convert a quote based on its paycycle.
- A quote with a onetime paycycle will be converted into an invoice
- Anything else will become a subscription (package)
- "context_str" returns what the quote was converted into (invoice or package)
Request
Responses
- 200
- 400
- 401
Action completed successfully
Bad request
Authentication error