get
https://secure.fusebill.com/v1/Invoices/html/?showTrackedItems=
This action allows you to retrieve a single posted invoice by Id as an HTML file.
Response
Upon success, an HTML file is returned. This will look the same as the PDF invoice.{
"ErrorId": 0,
"HttpStatusCode": 404,
"Errors": [
{
"Key": "Api Error",
"Value": "Invoice with id 2 not found."
}
]
} 200