Skip to main content

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

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...