update_contact_person
Update details of a contact person, such as name, email, phone, and department, for a specified contact and person ID.
Instructions
Updates specified person
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | contact ID | |
| person_id | Yes | person ID | |
| default | No | whether it is a default contact's person | |
| name | No | name | |
| surname | No | surname | |
| gender | No | gender (possible values: M, F) | |
| No | |||
| phone | No | phone | |
| department | No | department | |
| salutation | No | salutation | |
| show_title | No | whether to show Mr/Ms before name | |
| show_department | No | whether to show department | |
| wants_newsletter | No | whether person whishes to receive newsletter | |
| custom_fields | No | custom fields values |