Update a bank account entry in the employee's bank accounts table.
This endpoint updates an entry in the employee’s Bank accounts table.<br> 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.<br> <p>Notes: <br /> 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. </p>
Path parameters
The ID of the employee for whom you want to update the bank account entry. The employee ID is returned in the 'id' field when retrieving an employee's data. <br /> For testing purposes you can obtain the Employee ID from the URL in the user interface.
The ID of the entry in the bank accounts table which you are updating. To obtain the bank account entry use the GET /people/{id}/bank-accounts endpoint.
Request body
Response
Entry updated successfully.