update_contact_account
Update a contact's bank account details such as IBAN, BIC, and account type to maintain accurate invoicing records.
Instructions
Updates specified account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | contact ID | |
| account_id | Yes | account ID | |
| default | No | whether it is a default contact's account | |
| type | No | type (possible values: IBAN, ISR) | |
| number | No | IBAN or ISR number (depends on the type) | |
| bic | No | BIC number | |
| description | No | internal description |