This object contains group attributes used in bank transaction rules.
Returns a collection with a key, ID, and link for each bank transaction rule group attribute.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "1",
- "href": "/objects/cash-management/bank-txn-rule-group/1"
}, - {
- "key": "2",
- "id": "2",
- "href": "/objects/cash-management/bank-txn-rule-group/2"
}, - {
- "key": "3",
- "id": "3",
- "href": "/objects/cash-management/bank-txn-rule-group/3"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified bank transaction rule group attribute.
key required | string System-assigned key for the bank transaction rule group attribute. Example: 182 |
OK
Bad Request
{- "ia::result": {
- "key": "110",
- "id": "110",
- "bankTransactionRule": {
- "id": "3",
- "key": "3",
- "href": "/objects/cash-management/bank-txn-rule/3"
}, - "dataSource": "intacctTransaction",
- "intacctTxnAttribute": "postingDate",
- "bankTxnAttribute": null,
- "href": "/objects/cash-management/bank-txn-rule-group/110"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find bank transaction rule groups 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
}
}