Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.52 KB

File metadata and controls

15 lines (12 loc) · 1.52 KB

# DealParticipantItemPersonId

Properties

Name Type Description Notes
active_flag bool Whether the person is active or not [optional]
name string The name of the person [optional]
email \Pipedrive\versions\v1\Model\DealParticipantItemPersonIdEmail[] An email address as a string or an array of email objects related to the person. The structure of the array is as follows: `[{ "value": "mail@example.com", "primary": "true", "label": "main" }]`. Please note that only `value` is required. [optional]
phone \Pipedrive\versions\v1\Model\BasePersonItemPhone[] A phone number supplied as a string or an array of phone objects related to the person. The structure of the array is as follows: `[{ "value": "12345", "primary": "true", "label": "mobile" }]`. Please note that only `value` is required. [optional]
owner_id int The ID of the owner of the person [optional]
company_id int The ID of the company related to the person [optional]
value int The ID of the person [optional]

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