Hi,
How can i disqualify a Lead with the web api?
To qualify a lead i can use the QualifyLead Action and the Status = 3 (Qualified). This works!
I have already tried to set the "Status" to one of these code:
4 : Lost
5 : Cannot Contact
6 : No Longer Interested
7 : Canceled
but the answer is for instance:
500 Internal Server Error - 4 is not a valid status code for state code LeadState.Qualified
Is there another web-Action which i can use? Here is the reference.
I have a PHP application with a simple curl request.
Thanks!
*This post is locked for comments