update_contact
Update a Billy contact's details including name, address, type, and status fields; only specified fields are changed.
Instructions
Update an existing Billy contact. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID to update | |
| name | No | Company or person name | |
| type | No | Contact type | |
| phone | No | Phone number | |
| street | No | Street address | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| cityText | No | City name | |
| contactNo | No | Your own reference number | |
| countryId | No | Country code, e.g. 'DK' | |
| isArchived | No | Archive/unarchive the contact | |
| isCustomer | No | Contact can receive invoices | |
| isSupplier | No | Contact can have bills | |
| zipcodeText | No | Zip/postal code | |
| registrationNo | No | VAT/CVR/tax registration number |