invoices/items/{id}
Get an invoice with all details.
URL
(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.
Get an invoice with all details.
(GET) /api/invoices/items/{id}The URL parameters are:
id | The invoice ID. | int, Mandatory |
The result is the invoice document.
See Invoice Document Record for details.