Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.03 KB

DealCollectionResponseObject.md

File metadata and controls

29 lines (26 loc) · 2.03 KB

# DealCollectionResponseObject

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 in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
update_time string The last update date and time of the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
status string The status of the deal [optional]
probability float The success probability percentage of 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 in UTC. Format: YYYY-MM-DD HH:MM:SS. [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 to won in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
lost_time string The date and time of changing the deal status to lost in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
expected_close_date \DateTime The expected close date of the deal [optional]
label string The label or multiple labels assigned to the deal [optional]

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