Hello,
Currently if I retrieve a contact via REST api, change the contact’s name and send this same object to the update contact request I receive “Unrecognized property” with the following fields: email_opted_in, last_updated, date_created, tag_ids, email_status and id.
When I go to the PATCH api docs (https://developer.infusionsoft.com/docs/rest/#!/Contact/updatePropertiesOnContactUsingPATCH) some of these fields are present on the sample request body.
How can I identify the fields that are returned on the GET request that should not be sent on the PATCH body? Should I create a field whitelist?
Thanks,