API cannot change email settings?
I've been trying for a while now to get the fields in a contact called:
Email delivery disabled
Receiving emails disabled
to change using the API update contact call. I can change other fields, these two just refuse to change. Is there a trick to this, or is this another one of those 'you can't do it' features?
According to contact fields description both of these fields are read only.
You can get contact fields metadata by calling https://api.wildapricot.org/v2/accounts/XXX/ContactFields/ The result is a collection of fields descriptions. Each record has a parameter “IsEditable”, so you can check if any specific field can be modified with API or not.