Hopefully a simple question. I'm not a WebAPI guy, but I am thinking it must be possible to get the primary salutation, i.e. Esal1_desc from TX_CUST_SAL, for a logged-in constituent.
A quick search of the API doc shows at least one method that will update this, but I don't see one that simply returns it. How can this be done?
Thanks.
Have you tried GetAccountInfo() ?
Good luck!
That's the one! Perfect.
Thanks!