invoices/items/{id}
Get an invoice with all details.
URL
CODE
(GET) /api/invoices/items/{id}
PARAMETERS
The URL parameters are:
id | The invoice ID. | int, Mandatory |
RESULTS
The result is the invoice document.
See Invoice Document Record for details.