Retrieve a Invoice resource.
GET/invoices/:uuid
You can get an invoice in many different formats just specifying a different Accept header:
- application/json, default, you get some metadata information together with the json payload that represent the invoice
- application/xml, you get the XML format
- text/html, you get the invoice formatted with the chosen stylesheet (via X-PrintTheme header, see below)
- application/pdf, same as HTML but as a PDF file
Request
Responses
- 200
- 404
Invoice resource
Resource not found