Hi all
We are trying to update our "Edit your profile" page on our website so that patrons can change their email address from there.
The problem we are having is that when we add the new email address into Tessitura, it is not marked as primary (the old email address remains marked as primary) and you can't mark the new one as primary until you "unflag" the old email address.
Is there a way to do this via the WebAPI, our developers are struggling to make it work.
Thanks
Natalie
They can use the API method "UpdateEAddress" (please make note of the E!)
You may also need to use GetConstituentInfo from which you can gather the iAddressNumber, which is a parameter in UpdateEAddress. This value maps to the GetConstituentInfo.EmailAddresses.eaddress_no value.
Good luck!
Sounds like exactly what we need.
Thanks for that.