For VAT enabled transactions, recurring bill lines include tax entries. Create and update tax entries by creating and updating the recurring-bill-line objects that contain the entries.
Returns a collection with a key, ID, and link for each recurring bill tax entry. This operation is mostly for use in testing; use the query service to find accounts that meet certain criteria and to specify the properties that you want in the response.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View Recurring bill lines |
OK
Bad Request
{- "ia::result": [
- {
- "key": "8",
- "id": "8",
- "href": "/objects/accounts-payable/recurring-bill-tax-entry/8"
}, - {
- "key": "9",
- "id": "9",
- "href": "/objects/accounts-payable/recurring-bill-tax-entry/9"
}, - {
- "key": "10",
- "id": "10",
- "href": "/objects/accounts-payable/recurring-bill-tax-entry/10"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified recurring bill line tax entry.
Subscription | Accounts Payable |
---|---|
User type | Business |
Permissions | List, View Recurring bill lines |
key required | string System-assigned unique key for the recurring bill line tax entry. Example: 21 |
OK
Bad Request
{- "ia::result": {
- "key": "300",
- "id": "300",
- "baseTaxAmount": "100",
- "txnTaxAmount": "100",
- "taxRate": 5.5,
- "purchasingTaxDetail": {
- "id": "UK Export Reduced Rate",
- "key": "24",
- "href": "/objects/tax/purchasing-tax-detail/24"
}, - "recurringBillLine": {
- "id": "148",
- "key": "148",
- "href": "/objects/accounts-payable/recurring-bill-line/148"
}, - "href": "/objects/accounts-payable/recurring-bill-tax-entry/300"
}, - "ia::meta": {
- "totalCount": 1
}
}
Use the query service to find recurring bill tax entries that meet certain criteria and to specify the properties that are returned.
OK
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}