Retrieve Invoice Lines Awaiting Taxation
GET {{base_url}}/api/dynamicapi?api_code=3&entity_code=119&ReportCode=800016
Retrieving Invoices Awaiting Taxation
Description:
This endpoint retrieves a list of invoices in in progress
status, awaiting taxation. The response includes identifiers for updating tax information.
Response:
The response includes all the line-item information, but most importantly the following identifiers to be used for updating the tax lines back.
Field | Type | Description | Example Value |
---|---|---|---|
BillingInvoiceID2 | string | The unique identifier of the invoice. | "230120" |
InvoiceLineID2 | string | The unique identifier of each invoice line. | "2364138" |
TaxCode | string | The tax code associated with the item in the invoice. | "050118" |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
api_code | number | ||
entity_code | number | ||
ReportCode | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
UserName | string | ||
AppKey | string | ||
AccessToken | string |