put https://api.hibob.com/v1/people//bank-accounts/
This endpoint updates an entry in the employee’s Bank accounts table.
The unique identifier for the bank account entry is the entry id. To obtain the employee's bank account entries use the GET /people/{employee-id}/bank-accounts endpoint.
Notes:
1. Out-of-the-box columns: These columns will be completely overwritten with the data provided in your payload. Any columns not included in the payload will be cleared (set to empty values). 2. Custom columns: These columns will remain unchanged unless explicitly included in the payload.