v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Update custom fields

This method allows updating multiple custom fields of an entity (leads/contacts/companies)

patch/api/v4/{entity_type}/custom_fields

Path parameters

entity_typestring required

Request body

Response

201

_total_itemsinteger

Example response

{
  "_total_items": 2,
  "_embedded": {
    "custom_fields": [
      {
        "id": 624542,
        "name": "Number of requests",
        "type": "text",
        "account_id": 32694255,
        "sort": 501,
        "request_id": "0",
        "is_deletable": true,
        "entity_type": "leads",
        "_links": {
          "self": {
            "href": "https://subdomain.kommo.com/api/v4/leads/custom_fields/624542"
          }
        }
      }
    ]
  }
}