Tip |
---|
Available from CRM.COM R11.1.0 |
Excerpt |
---|
This method marks a Lead as Lost but only as long as the Lead is in Pending or In Progress life cycle states. A single lead can be marked as lost by each call |
Resource URL
Parameters
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
token | String | The token retrieved from the login method | ||||||
lead_identifier (mandatory) | Lead Identifier | The identifier of the won Lead. The allowed lead identifier fields are the following:
| ||||||
status_identifier (optional) | Lead Status Identifier | The status that will be set on the Lead , after it is marked as Lost. If not specified the the default status for loosing a Lead of that type will be used. The allowed Lead status identifiers are the following:
| ||||||
lost_reason_identifier (mandatory) | Lead Lost Reason Identifier
| The reason that the lead was lost. This information is mandatory and applicable only if the lead is updated in a status classified as lost. The allowed lead lost reason identifier fields are the following:
| ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...