put https://{youraccountname}.api-us1.com/api/3/dealGroups/
Update an existing pipeline
By providing user ids with dealGroup.users
and enabling the auto-assign option with dealGroup.autoassign: 1
, the pipeline can control how new deals are assigned to the owners.
By providing user group ids with dealGroup.groups
, the pipeline can control which user groups are allowed to manage the pipeline.
{
"dealGroup": {
"allgroups": 1,
"allusers": 0,
"autoassign": 1,
"currency": "eur",
"title": "Qualifications",
"users": ["3"],
"groups": []
}
}