Read Invoice As HTML

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."
        }
    ]
}
Path Params
integer
required

The Id of the invoice you want to retrieve.

boolean
required

When set to true, this option tells Stax Bill to return details of any tracked items purchased on this invoice.

Response
200
Language
Credentials
Header
LoadingLoading…