get
https://secure.fusebill.com/v1/draftInvoices/html/
This request returns an HTML representation of a single draft invoice.
Response
Upon success, an HTML file is returned. This will look the same as the PDF draft invoice.{
"ErrorId": 0,
"HttpStatusCode": 404,
"Errors": [
{
"Key": "Api Error",
"Value": "DraftInvoice with id 1 not found."
}
]
}