Hi , I want to update an email address of an existing contact list.But I am getting below exception message while trying. Response: [{ "error_key" : "json.field.invalid" , "error_message" : "#/email: Property was found but is not permitted at this location." }] My Request as below: { "name": "General Interest", "status": "ACTIVE", "email":"parmanand111@gmail.com" } Kindly suggest me how to update an exsiting contactList email. I am new to this API. Thanks.
... View more