API Docs / Operations / Client Notes / Update Note for Client

Update Note for Client

PUT /api/tenants/{tenant}/clients/{client}/clientnote/{code}

Updates the specified Note for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "text": "string",
  "date": "2024-01-01T00:00:00Z",
  "noteFromUserCode": "string",
  "pinnedLevel": 0
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key
404 Not Found