Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.51 KB

File metadata and controls

28 lines (25 loc) · 2.51 KB

# PersonItem

Properties

Name Type Description Notes
id int The ID of the person [optional]
name string The name of the person [optional]
first_name string The first name of the person [optional]
last_name string The last name of the person [optional]
owner_id int The ID of the user who owns the person [optional]
org_id int The ID of the organization linked to the person [optional]
add_time string The creation date and time of the person [optional]
update_time string The last updated date and time of the person [optional]
emails \Pipedrive\versions\v2\Model\PersonEmails[] The emails of the person [optional]
phones \Pipedrive\versions\v2\Model\PersonPhones[] The phones of the person [optional]
is_deleted bool Whether the person is deleted or not [optional]
visible_to int The visibility of the person [optional]
label_ids int[] The IDs of labels assigned to the person [optional]
picture_id int The ID of the picture associated with the person [optional]
postal_address \Pipedrive\versions\v2\Model\PersonPostalAddress [optional]
notes string Contact sync notes of the person, maximum 10 000 characters, included if contact sync is enabled for the company [optional]
im \Pipedrive\versions\v2\Model\PersonIm[] The instant messaging accounts of the person, included if contact sync is enabled for the company [optional]
birthday string The birthday of the person, included if contact sync is enabled for the company [optional]
job_title string The job title of the person, included if contact sync is enabled for the company [optional]
custom_fields array<string,object> An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes. To clear a custom field value, set it to `null`. For multi-option fields (field type `set`), use `null` to clear the selection — sending an empty array `[]` is not supported and will result in a validation error. [optional]

[Back to Model list] [Back to API list] [Back to README]