v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Editing notes

This method allows to edit multiple notes. An array of objects is passed.

patch/api/v4/{entity_type}/notes

Path parameters

entity_typestring required

leads/contacts/companies

Headers

Content-Typestring

Request header

Request body

Response

200

Example response

{
  "_links": {
    "self": {
      "href": "https://example.kommo.com/api/v4/leads/notes"
    }
  },
  "_embedded": {
    "notes": [
      {
        "id": 76610421,
        "entity_id": 167353,
        "updated_at": 1588841241,
        "_links": {
          "self": {
            "href": "https://example.kommo.com/api/v4/leads/167353/notes/76610421"
          }
        }
      }
    ]
  }
}