Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.72 KB

File metadata and controls

19 lines (16 loc) · 2.72 KB

# PersonRequestBody

Properties

Name Type Description Notes
name string The 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]
visible_to int The visibility of the person [optional]
label_ids int[] The IDs of labels assigned to the person [optional]
marketing_status string If the person does not have a valid email address, then the marketing status is not set and `no_consent` is returned for the `marketing_status` value when the new person is created. If the change is forbidden, the status will remain unchanged for every call that tries to modify the marketing status. Please be aware that it is only allowed once to change the marketing status from an old status to a new one.<table><tr><th>Value</th><th>Description</th></tr><tr><td>`no_consent`</td><td>The customer has not given consent to receive any marketing communications</td></tr><tr><td>`unsubscribed`</td><td>The customers have unsubscribed from ALL marketing communications</td></tr><tr><td>`subscribed`</td><td>The customers are subscribed and are counted towards marketing caps</td></tr><tr><td>`archived`</td><td>The customers with `subscribed` status can be moved to `archived` to save consent, but they are not paid for</td></tr></table> [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]