Returns a collection with a key, ID, and link for each invoice tax entry.
OK
Bad Request
{- "ia::result": [
- {
- "key": "8",
- "id": "8",
- "href": "/objects/accounts-receivable/invoice-tax-entry/8"
}, - {
- "key": "9",
- "id": "9",
- "href": "/objects/accounts-receivable/invoice-tax-entry/9"
}, - {
- "key": "10",
- "id": "10",
- "href": "/objects/accounts-receivable/invoice-tax-entry/10"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified invoice tax entry.
key required | string System-assigned key for the invoice tax entry. Example: 121 |
OK
Bad Request
{- "ia::result": {
- "id": "2704",
- "key": "2704",
- "invoiceLine": {
- "id": "2702",
- "key": "2702",
- "href": "/objects/accounts-receivable/invoice-line/2702"
}, - "baseTaxAmount": "40.00",
- "txnTaxAmount": "40.00",
- "taxRate": 10,
- "orderEntryTaxDetail": {
- "id": "G1 Goods and Services Tax",
- "key": "20",
- "href": "/objects/tax/order-entry-tax-detail/20"
}, - "href": "/objects/accounts-receivable/invoice-tax-entry/2704"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find invoice tax entries that meet certain criteria and to specify the properties that are returned.
OK