put https://{host}/v2/leads/
Updates extended fields for an existing lead
To enable a specific language support for an org, contact the Platforms team to get the translations added to the database and activate translations for the org.
Path parameter
Parameter | Description |
---|---|
leadID | Unique ID of the lead. |
Query parameter
Parameter | Description |
---|---|
extendedFields | Key-value pairs of extended fields and its values |
owner | Username of the owner or associate of the lead. Use this to assign leads to an associate. |
Response parameter
Parameter | Description |
---|---|
id | Unique identifier for the lead. |
userId | User ID associated with the lead. |
type | Type of the lead. |
leadFor | Description of what the lead is for. |
status | Current status of the lead. |
nextFollowUp | Scheduled date and time for the next follow-up. |
createdOn | Date and time when the lead was created. |
createdBy | User ID of the person who created the lead. |
lastUpdatedOn | Date and time when the lead was last updated. |
lastUpdatedBy | User ID of the person who last updated the lead. |
followUpDetails | Details of the follow-up activities. |
statusLogDetails | Details of the status log activities. |
orgSourceId | Organization source ID. |
extendedFields | Additional extended fields related to the lead. |