# Update client communication preferences Update client communication preferences Endpoint: POST /slapi/clients/updateclientcommpref Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `clientNumber` (string) Example: "0000000001" - `doNotSolicit` (integer) - `email` (integer) Example: 1 - `cellText` (integer) Example: 1 - `cellVoice` (integer) Example: 1 - `homeVoice` (integer) Example: 1 - `workVoice` (integer) Example: 1 - `mail` (integer) Example: 1 ## Response 201 fields (applicaiton/json): - `message` (string) ## Response 400 fields (applicatoin/json): - `error` (string) - `message` (string)