ZohoCRM API returns INTERNAL_SERVER_ERROR for salutations with more than 25 characters
If you attempt to insert a lead with a first_name with more than 40 characters, you are returned an INVALID_DATA response with the validation failure. I believe this is the correct behaviour.
However if you insert a salutation with more than 25 characters, you get an INTERNAL_SERVER_ERROR with no further detail as to what caused the problem.