Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.78 KB

BaseOrganizationItemFields.md

File metadata and controls

23 lines (20 loc) · 1.78 KB

# BaseOrganizationItemFields

Properties

Name Type Description Notes
id int The ID of the organization [optional]
company_id int The ID of the company related to the organization [optional]
owner_id \Pipedrive\Model\Owner [optional]
name string The name of the organization [optional]
active_flag bool Whether the organization is active or not [optional]
picture_id \Pipedrive\Model\PictureDataWithValue [optional]
country_code string The country code of the organization [optional]
first_char string The first character of the organization name [optional]
add_time string The creation date and time of the organization [optional]
update_time string The last updated date and time of the organization [optional]
visible_to string The visibility group ID of who can see the organization [optional]
label int The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. [optional]
label_ids int[] The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. [optional]
owner_name string The name of the organization owner [optional]
cc_email string The BCC email associated with the organization [optional]

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