An employee bank file setup contains the information needed to send electronic payments to a specified employee using bank files. Bank files are standard files used by banks to make multiple payments. Bank files are generated in Sage Intacct and then uploaded to the bank's online banking portal and the bank processes the payments with the bank file.
Returns up to 100 employee bank file setups from the collection with a key, ID, and link for each setup. This operation is mostly for use in testing; use the query service to find employee bank file setups that meet certain criteria and to specify the properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "25",
- "id": "25",
- "href": "/objects/company-config/employee-bank-file-setup/25"
}, - {
- "key": "85",
- "id": "85",
- "href": "/objects/company-config/employee-bank-file-setup/85"
}, - {
- "key": "60",
- "id": "60",
- "href": "/objects/company-config/employee-bank-file-setup/60"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified employee bank file setup.
key required | string System-assigned key for the employee bank file setup. Example: 25 |
OK
Bad Request
{- "ia::result": {
- "key": "25",
- "id": "25",
- "employee": {
- "key": "202",
- "id": "SAEmployee",
- "href": "/objects/company-config/employee/202"
}, - "paymentReference": "Supplier Inc",
- "branchCode": "123433",
- "bankAccountType": "1",
- "bankAccountCode": "345678",
- "bankAccountNumber": "87402896",
- "bankAccountName": "Jane Blogs Corp",
- "href": "/objects/company-config/employee-bank-file-setup/25"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Use the query service to find employee bank file setup objects 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
}
}