Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.53 KB

UpdateDealParameters.md

File metadata and controls

32 lines (18 loc) · 1.53 KB

Pipedrive.UpdateDealParameters

Properties

Name Type Description Notes
value String The value of the deal. [optional]
label [Number] Array of the deal labels IDs. [optional]
currency String The currency of the deal. Accepts a 3-character currency code. [optional]
userId Number The ID of the user which will be the new owner of the deal. [optional]
personId Number 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]
orgId Number 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]
pipelineId Number 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]
stageId Number 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]

Enum: StatusEnum

  • open (value: "open")

  • won (value: "won")

  • lost (value: "lost")

  • deleted (value: "deleted")