Skip to content

Latest commit

 

History

History
75 lines (71 loc) · 7.25 KB

DealStrict.md

File metadata and controls

75 lines (71 loc) · 7.25 KB

Pipedrive.DealStrict

Properties

Name Type Description Notes
id Number The ID of the deal [optional]
creator_user_id Number The ID of the deal creator [optional]
user_id Number The ID of the user [optional]
person_id Number The ID of the person associated with the deal [optional]
org_id Number The ID of the organization associated with the deal [optional]
stage_id Number The ID of the deal stage [optional]
title String The title of the deal [optional]
value Number 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 Boolean Whether the deal is active or not [optional]
deleted Boolean Whether the deal is deleted or not [optional]
status String The status of the deal [optional]
probability Number 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 Number The ID of the next activity associated with the deal [optional]
last_activity_id Number 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 Number 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 Number The number of products associated with the deal [optional]
files_count Number The number of files associated with the deal [optional]
notes_count Number The number of notes associated with the deal [optional]
followers_count Number The number of followers associated with the deal [optional]
email_messages_count Number The number of emails associated with the deal [optional]
activities_count Number The number of activities associated with the deal [optional]
done_activities_count Number The number of completed activities associated with the deal [optional]
undone_activities_count Number The number of incomplete activities associated with the deal [optional]
participants_count Number The number of participants associated with the deal [optional]
expected_close_date Date 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 Number 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 Number 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 Boolean If the organization that is associated with the deal is hidden or not [optional]
person_hidden Boolean 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 Number 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 Number 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 Number 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 Number 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]