Skip to content

Latest commit

 

History

History
60 lines (57 loc) · 5.07 KB

BaseDeal.md

File metadata and controls

60 lines (57 loc) · 5.07 KB

# BaseDeal

Properties

Name Type Description Notes
stage_id int The ID of the deal stage [optional]
title string The title of the deal [optional]
value float The value of the deal [optional]
currency string The currency associated with the deal [optional]
add_time string The creation date and time of the deal [optional]
update_time string The last updated date and time of the deal [optional]
stage_change_time string The last updated date and time of the deal stage [optional]
active bool Whether the deal is active or not [optional]
deleted bool Whether the deal is deleted or not [optional]
status string The status of the deal [optional]
probability float The success probability percentage of the deal [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]
lost_reason string The reason for losing the deal [optional]
visible_to string The visibility of the deal [optional]
close_time string The date and time of closing the deal [optional]
pipeline_id int The ID of the pipeline associated with the deal [optional]
won_time string The date and time of changing the deal status as won [optional]
first_won_time string The date and time of the first time changing the deal status as won [optional]
lost_time string The date and time of changing the deal status as lost [optional]
products_count int The number of products associated with the deal [optional]
files_count int The number of files associated with the deal [optional]
notes_count int The number of notes associated with the deal [optional]
followers_count int The number of followers associated with the deal [optional]
email_messages_count int The number of emails associated with the deal [optional]
activities_count int The number of activities associated with the deal [optional]
done_activities_count int The number of completed activities associated with the deal [optional]
undone_activities_count int The number of incomplete activities associated with the deal [optional]
participants_count int The number of participants associated with the deal [optional]
expected_close_date \DateTime The expected close date of the deal [optional]
last_incoming_mail_time string The date and time of the last incoming email associated with the deal [optional]
last_outgoing_mail_time string The date and time of the last outgoing email associated with the deal [optional]
label string The label or multiple labels assigned to the deal [optional]
stage_order_nr int The order number of the deal stage associated with the deal [optional]
person_name string The name of the person associated with the deal [optional]
org_name string The name of the organization associated with the deal [optional]
next_activity_subject string The subject of the next activity associated with the deal [optional]
next_activity_type string The type of the next activity associated with the deal [optional]
next_activity_duration string The duration of the next activity associated with the deal [optional]
next_activity_note string The note of the next activity associated with the deal [optional]
formatted_value string The deal value formatted with selected currency. E.g. US$500 [optional]
weighted_value float Probability times deal value. Probability can either be deal probability or if not set, then stage probability. [optional]
formatted_weighted_value string The weighted_value formatted with selected currency. E.g. US$500 [optional]
weighted_value_currency string The currency associated with the deal [optional]
rotten_time string The date and time of changing the deal status as rotten [optional]
owner_name string The name of the deal owner [optional]
cc_email string The BCC email of the deal [optional]
org_hidden bool If the organization that is associated with the deal is hidden or not [optional]
person_hidden bool If the person that is associated with the deal is hidden or not [optional]

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