Actualización de un lead
Este método permite actualizar un solo lead. Pasa un objeto para actualizar un único lead.
patch/api/v4/leads/{id}
Path parameters
idinteger required
ID del lead
Headers
Content-Typestring
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads"
}
},
"_embedded": {
"leads": [
{
"id": 152464,
"updated_at": 1686732474,
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/leads/152464"
}
}
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.