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
- 200
- 400
OK
- application/pdf
- Schema
Schema
string
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "400 Bad Request (Client Error)"
}
Loading...