Discussions

Ask a Question
ANSWERED
ANSWERED
ANSWERED

How do I pass value to the custom field of all leads? Whats is the parameter to define a value custom field?

curl --request PATCH
--url
https://subdomain.kommo.com/api/v4/entity/custom_fields/id
--header 'accept: application/json'
--header 'authorization: Bearer fdgdfgfd'
--header 'content-type: application/json'
--data '
{
"id": 1278898087,
"name": "New custom field name",
"sort": 560,
"is_visible": false,
"is_required": true
}
'

ANSWERED
ANSWERED