Skip to content

Latest commit

 

History

History
75 lines (72 loc) · 7.23 KB

DealStrict.md

File metadata and controls

75 lines (72 loc) · 7.23 KB

# DealStrict

Properties

Name Type Description Notes
id int The ID of the deal [optional]
creator_user_id int The ID of the deal creator [optional]
user_id int The ID of the user [optional]
person_id int The ID of the person associated with the deal [optional]
org_id int The ID of the organization associated with the deal [optional]
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]
origin string The way this Deal was created. `origin` field is set by Pipedrive when Deal is created and cannot be changed. [optional]
origin_id string The optional ID to further distinguish the origin of the deal - e.g. Which API integration created this Deal. [optional]
channel int The ID of your Marketing channel this Deal was created from. Recognized Marketing channels can be configured in your <a href=&quot;https://app.pipedrive.com/settings/fields\" target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>Company settings</a>. [optional]
channel_id string The optional ID to further distinguish the Marketing channel. [optional]
arr float Only available in Advanced and above plans The Annual Recurring Revenue of the deal Null if there are no products attached to the deal [optional]
mrr float Only available in Advanced and above plans The Monthly Recurring Revenue of the deal Null if there are no products attached to the deal [optional]
acv float Only available in Advanced and above plans The Annual Contract Value of the deal Null if there are no products attached to the deal [optional]
arr_currency string Only available in Advanced and above plans The Currency for Annual Recurring Revenue of the deal If the `arr` is null, this will also be null [optional]
mrr_currency string Only available in Advanced and above plans The Currency for Monthly Recurring Revenue of the deal If the `mrr` is null, this will also be null [optional]
acv_currency string Only available in Advanced and above plans The Currency for Annual Contract Value of the deal If the `acv` is null, this will also be null [optional]

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