Returns a collection with a key, ID, and link for each bank transaction rule map. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "1",
- "href": "/objects/cash-management/bank-txn-rule-map/1"
}, - {
- "key": "26",
- "id": "26",
- "href": "/objects/cash-management/bank-txn-rule-map/26"
}, - {
- "key": "182",
- "id": "182",
- "href": "/objects/cash-management/bank-txn-rule-map/182"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified bank transaction rule map.
key required | string System-assigned unique key for the bank transaction rule map. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "id": "2",
- "key": "2",
- "bankTxnRule": {
- "id": "28",
- "key": "28",
- "ruleId": "Match_Amt_Plus_Date_Range",
- "name": "Match amount plus 2 day range",
- "ruleType": "create",
- "href": "/objects/cash-management/bank-txn-rule/28"
}, - "bankTxnRuleSet": {
- "id": "2",
- "key": "2",
- "href": "/objects/cash-management/bank-txn-rule-set/2"
}, - "ruleOrder": 2,
- "audit": {
- "createdDateTime": "2025-03-27T00:00:00Z",
- "modifiedDateTime": "2025-03-27T00:00:00Z",
- "createdByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "createdBy": "159",
- "modifiedByUser": {
- "key": "159",
- "href": "/objects/company-config/user/159"
}, - "modifiedBy": "159"
}, - "href": "/objects/cash-management/bank-txn-rule-map/2"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a bank transaction rule map.
key required | string System-assigned unique key for the bank transaction rule map. Example: 99 |
No Content
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
}
}