Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.02 KB

BasicDeal.md

File metadata and controls

12 lines (9 loc) · 2.02 KB

# BasicDeal

Properties

Name Type Description Notes
expected_close_date \DateTime The expected close date of the deal. In ISO 8601 format: YYYY-MM-DD. [optional]
probability float The success probability percentage of the deal. Used/shown only when `deal_probability` for the pipeline of the deal is enabled. [optional]
lost_reason string The optional message about why the deal was lost (to be used when status = lost) [optional]
visible_to VisibleTo The visibility of the deal. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=&quot;https://support.pipedrive.com/en/article/visibility-groups\" target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=&quot;width:40px&quot;>Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner &amp; followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=&quot;width:40px&quot;>Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> [optional]

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