Add or Update Lead Stage
post
[PlatformAddress]/api/1.0/crm?action=addOrUpdateLeadStage
Add or Update Lead Stage
Equal to one of the following values
- 1 = Opportunity
- 2 = Lead
{
"name": "Referal Lead",
"appliesTo": 1,
}
{
"id": 755,
"colour": "#7ee546"
}
Property | Description |
---|---|
success | Whether or not the lead stage was added |
id | The unique id of the lead stage |
Code | Description |
---|---|
Specific Code: 24320 | The crm lead stage does not exist |
Specific Code: 24321 | The crm lead stage is not editable |
Specific Code: 24322 | An error has occurred |
Specific Code: 24323 | The request contains invalid data |
Specific Code: 24324 | The request contains invalid data |
This call takes values for a lead stage, and either
- 1.Updates the values for that lead stage (after you have provided an id in the parameters), or
- 2.Adds the lead stage to the system (if the id parameter is missing) 1. The result of this call will contain the status of the result (eithertrue or false) and the lead stage identifier of the updated or newlycreated lead stage.
Last modified 1yr ago