PUT https://:account.api-us1.com/api/3/dealStages/id
- JSON
{
"dealStage": {
"cardRegion1": "contact-orgname",
"cardRegion2": "next-action",
"cardRegion3": "hide-avatar",
"cardRegion4": "contact-fullname-orgname",
"cardRegion5": "value",
"color": "696969",
"dealOrder": "title ASC",
"group": "4",
"order": 1,
"title": "Qualifications - Low",
"width": 270
}
}
200 OK
PATH PARAMS
id REQUIRED
int32 Deal stage's id
QUERY PARAMS
reorder
int32 Whether to reorder stages within the pipeline after creating a new deal stage. Can be one of
0
and 1
. If set to 1
, new order values will be assigned to all stages within the same pipeline. If deal stages with the same order exists, the stage with the highest id
will be assigned with the lowest order
BODY PARAMS
dealStage
object
dealStage.title
string Deal stage's title
dealStage.group
string Deal stage's pipeline id
dealStage.order
int32 Order of the deal stage. If more than one deal stage share the same order value, the order of those deal stages may not be always the same
dealStage.dealOrder
string Option and direction to be used to sort deals in the deal stage. The option and direction should be delimited by a space. Direction can be either "ASC" or "DESC"
dealStage.cardRegion1
string What to show in upper-left corner of Deal Cards
dealStage.cardRegion2
string What to show in upper-right corner of Deal Cards
dealStage.cardRegion3
string Whether to show the avatar in Deal Cards. Can be one of
show-avatar
and hide-avatar
. If set to show-avatar
, deal cards will show the avatars. If set to hide-avatar
, deal cards will hide the avatarsdealStage.cardRegion4
string What to show next to the avatar in Deal Cards
dealStage.cardRegion5
string What to show in lower-right corner of Deal Cards
dealStage.color
string Deal Stage's color. 6-character HEX color code without the hashtag. e.g. "434343" to assign the hex color value "#434343"
dealStage.width
int32 Deal stage's width in pixels, without
px
unitTo update a deal stage, the following permissions are required.
- Deal permission: the user should have permission to manage deals.
- Edit Pipeline permission: the user should have permission to edit pipelines.
- Pipeline-specific permission: the user should have permission to manage the pipeline that the stage belongs to.
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.