create_contact_account
Creates a new bank or ISR account for a contact. Requires contact ID, account type, and account number.
Instructions
Creates new account for specified contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | contact ID | |
| default | No | whether it is a default contact's account - default value: false | |
| type | Yes | type (possible values: IBAN, ISR) | |
| number | Yes | IBAN or ISR number (depends on the type) | |
| bic | No | BIC number | |
| description | No | internal description |