CreateDriverBankAccounts
Allows you to create driver bank accounts.
If you are planning a bulk record update into the system, visit the Onboarding contracts page for more suggestions about this.
Permissions
To run this API, the nominated 'web-services' role needs to be given permission.
If you are not actively using the API, leave the permission off for better security.
Go to Roles / Apis and check on DriverBankAccounts:Create
HTTP Method
Use the HTTP Method 'POST' for consuming this web service.
URL Examples
https://api.catch-e.com/bank/accountsParameters - Path
Sample Response (200 - Successful)
{ "driver_bank_account_id": "string", "driver_id": "string", "account_name": "string", "bsb": "string", "account_number": "string", "claims_access_flag": "no", "claims_default_flag": "no", "status_flag": "active" }