Details of subtotals, taxes, discounts, charges, and more for the transaction.
Returns a collection with a key, ID, and link for each recurring document subtotal.
OK
Bad Request
{- "ia::result": [
- {
- "key": "7",
- "id": "7",
- "href": "/objects/order-entry/recurring-document-subtotal/7"
}, - {
- "key": "8",
- "id": "8",
- "href": "/objects/order-entry/recurring-document-subtotal/8"
}, - {
- "key": "1520",
- "id": "1520",
- "href": "/objects/order-entry/recurring-document-subtotal/15"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified recurring document subtotal.
key required | string System-assigned unique key for the recurring document subtotal. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "id": "1520",
- "key": "1520",
- "recurringDocumentHeader": {
- "key": "6",
- "id": "6",
- "documentType": "Sales Invoice",
- "href": "/objects/order-entry/recurring-document::Sales%20Invoice/6"
}, - "description": "Sales Tax",
- "absoluteValue": "80.45",
- "percentValue": "8.25",
- "total": "80.45000000000000",
- "dimensions": {
- "location": {
- "key": "Chicago",
- "id": "1",
- "href": "/objects/company-config/location/Chicago"
}, - "customer": {
- "key": "22",
- "id": "CAR",
- "name": "CAR",
- "href": "/objects/accounts-receivable/customer/22"
}
}, - "txnAbsoluteValue": "80.45",
- "txnTotal": "80.45000000000000",
- "href": "/objects/order-entry/recurring-document-subtotal/1520"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find recurring document subtotals 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
}
}