githubEdit

DealStageAttributes

Attributes of the DealStageAttributes type

Attributes for creating and updating a deal stage

{
  "name": "",
  "description": "",
  "position": 123,
  "probability": 123,
  "kind": "DealStageKind"
}
Name
Type
Description

name

String

Name of the deal stage

description

String

Description of the deal stage

position

Int

Order of the deal stage in the sales pipeline

probability

Int

Probability of the deal in percent

kind

Open, Closed/won or Closed/lost

Last updated

Was this helpful?