Name | Type | Description | Notes |
---|---|---|---|
value | string | The value of the deal. | [optional] |
label | int[] | Array of the deal labels IDs. | [optional] |
currency | string | The currency of the deal. Accepts a 3-character currency code. | [optional] |
user_id | int | The ID of the user which will be the new owner of the deal. | [optional] |
person_id | int | The ID of a person which this deal will be linked to. If the person does not exist yet, it needs to be created first. | [optional] |
org_id | int | The ID of an organization which this deal will be linked to. If the organization does not exist yet, it needs to be created first. | [optional] |
pipeline_id | int | The ID of the pipeline this deal will be added to. By default, the deal will be added to the first stage of the specified pipeline. Please note that `pipeline_id` and `stage_id` should not be used together as `pipeline_id` will be ignored. | [optional] |
stage_id | int | The ID of the stage this deal will be added to. Please note that a pipeline will be assigned automatically based on the `stage_id`. | [optional] |
status | string | open = Open, won = Won, lost = Lost, deleted = Deleted. | [optional] |