Deals
Supported deal attributes:
Attribute | Type | Description |
---|---|---|
id |
number | Unique identifier of the deal. |
creator_id |
number | Unique identifier of the user who created the deal. |
owner_id |
number | Unique identifier of the user that the deal is assigned to. |
name |
string | Name of the deal. |
value |
string ( 10.25) |
Value of the deal (decimal format) in a currency specified in the currency field. |
currency |
string ( EUR) |
Currency of the deal, specified in 3-character currency code (ISO4217) format. |
hot |
boolean | Indicator of whether or not the deal is hot. |
stage_id |
number | Unique identifier of the deal’s current stage in the pipeline. |
source_id |
number | Unique identifier of the Source. |
loss_reason_id |
number | Unique identifier of the Reason why the deal was lost. |
last_stage_change_at |
string | Date and time when the deal was moved into the current stage in UTC (ISO8601 format). |
last_stage_change_by_id |
number | Unique identifier of the user who moved the deal into the current stage. |
dropbox_email |
string | Dropbox email connected with the deal. |
contact_id |
number | Unique identifier of a primary contact. |
organization_id |
number | Unique identifier of an organization. |
estimated_close_date |
string ( 2015-06-19) |
Estimated close date of the deal (ISO8601). |
customized_win_likelihood |
number | User set estimated win likelihood value. |
tags |
array | An array of tags for a deal. See more at Tag. |
custom_field_values |
array | An array of custom field values for a deal. See more at Custom Field Value. |
created_at |
string | Date and time that the deal was created in UTC (ISO8601 format). |