Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.45 KB

PersonCountEmailDealAndActivityInfo.md

File metadata and controls

30 lines (27 loc) · 2.45 KB

# PersonCountEmailDealAndActivityInfo

Properties

Name Type Description Notes
email_messages_count int The count of email messages related to the person [optional]
activities_count int The count of activities related to the person [optional]
done_activities_count int The count of done activities related to the person [optional]
undone_activities_count int The count of undone activities related to the person [optional]
files_count int The count of files related to the person [optional]
notes_count int The count of notes related to the person [optional]
followers_count int The count of followers related to the person [optional]
last_incoming_mail_time string The date and time of the last incoming email associated with the person [optional]
last_outgoing_mail_time string The date and time of the last outgoing email associated with the person [optional]
open_deals_count int The count of open deals related with the item [optional]
related_open_deals_count int The count of related open deals related with the item [optional]
closed_deals_count int The count of closed deals related with the item [optional]
related_closed_deals_count int The count of related closed deals related with the item [optional]
won_deals_count int The count of won deals related with the item [optional]
related_won_deals_count int The count of related won deals related with the item [optional]
lost_deals_count int The count of lost deals related with the item [optional]
related_lost_deals_count int The count of related lost deals related with the item [optional]
next_activity_date string The date of the next activity associated with the deal [optional]
next_activity_time string The time of the next activity associated with the deal [optional]
next_activity_id int The ID of the next activity associated with the deal [optional]
last_activity_id int The ID of the last activity associated with the deal [optional]
last_activity_date string The date of the last activity associated with the deal [optional]

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