Matching rules determine how to automatically match transactions from a bank feed or import file for reconciliation.
Returns a collection with a key, ID, and link for each bank transaction rule match attribute.
OK
Bad Request
{- "ia::result": [
- {
- "key": "97",
- "id": "97",
- "href": "/objects/cash-management/bank-txn-rule-match/97"
}, - {
- "key": "100",
- "id": "100",
- "href": "/objects/cash-management/bank-txn-rule-match/100"
}, - {
- "key": "104",
- "id": "104",
- "href": "/objects/cash-management/bank-txn-rule-match/104"
}
], - "ia::meta": {
- "totalCount": 70,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified bank transaction rule match attribute.
key required | string System-assigned unique key for the bank transaction rule match attribute. Example: 113 |
OK
Bad Request
{- "ia::result": {
- "key": "90",
- "id": "90",
- "intacctTxnAttribute": "description",
- "bankTxnAttribute": "description",
- "operator": "contains",
- "value": "payee-1",
- "order": 6,
- "href": "/objects/cash-management/bank-txn-rule-match/90"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find bank transaction rule matchs that meet certain criteria and to specify the properties that are returned.
OK