Skip to main content

Download an invoice for the quote

GET 

/v1/quotes/:quote/invoice

Download a pdf invoice for the quote.

Request

Path Parameters

    quote stringrequired

    A unique identifier of the quote. By default, this is the quote's ID. When the "using_ref" parameter is set to 1, then this assumes that the 'ref' of the quote is supplied

Query Parameters

    using_ref string

    Possible values: [``]

    Used to indicate that the 'quote' parameter in path is ID or ref

Responses

OK

Schema

    string

Loading...