v1

latestOpenAPI 3.1.02026-07-261620662.2 KB

Atualizando um único Contato

This method allows updating a contact. The contact object is passed.

patch/api/v4/contacts/{id}

Path parameters

idinteger required

ID do Contato

Headers

Content-Typestring

Cabeçalho da Solicitação

Request body

Response

200

Example response

{
  "_links": {
    "self": {
      "href": "https://subdomain.kommo.com/api/v4/contacts"
    }
  },
  "_embedded": {
    "contacts": [
      {
        "id": 963410,
        "name": "João Silva",
        "updated_at": 1687192924,
        "_links": {
          "self": {
            "href": "https://subdomain.kommo.com/api/v4/contacts/963410"
          }
        }
      }
    ]
  }
}