# Insert client comment Inserts a client comment Endpoint: POST /slapi/clients/insertcomment Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `clientNumber` (string) Example: "0000000001" - `employeeNumber` (string) Example: "0000000001" - `comment` (string) Example: "This is a test comment" - `showAtPos` (integer) ## Response 201 fields (applicaiton/json): - `message` (string) ## Response 400 fields (applicatoin/json): - `error` (string) - `message` (string)