Add or Update Lead Type
post
[PlatformAddress]/api/1.0/crm?action=addOrUpdateLeadType
Add or Update Lead Type
{
"type": "Referal Type",
}
{
"id": 755,
"type": "Another name"
}
Property | Description |
---|---|
success | Whether or not the lead type was added |
id | The unique id of the lead type |
Code | Description |
---|---|
Specific Code: 24381 | The crm lead type does not exist |
Specific Code: 24382 | An error has occurred |
Specific Code: 24383 | The request contains invalid data |
Specific Code: 24384 | The request contains invalid data |
This call takes values for a lead type, and either
- 1.Updates the values for that lead type (after you have provided an id in the parameters), or
- 2.Adds the lead type 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 type identifier of the updated or newlycreated lead type.
Last modified 1yr ago