Update a bank account entry in the employee's bank accounts table.

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 bank account entry use the GET /people/{id}/bank-accounts endpoint.
Note that the entire bank account entry will be replaced with the data provided in your payload, so make sure to provide all the fields and not only the fields you want to update.

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!