Greetings-
I'm wondering if there is a call/method similar to SOAP GetConstituentInfoEx, but that can be invoked by passing in a constituent ID.... much like the REST call: CRM/Constituents/210752/Detail, which provides some basic data I'm looking for, but does not provide the deeper membership information like membership level description, expiration date, etc...
I'm assuming I MAY need a stored procedure to return this data... can anybody confirm that i'm on the right track by researching the ExecuteLocalProcedure method in the SOAP interface?
Thanks!
Jason
There is not a method to get membership information for a constituent via REST in 12.5.1. (However, this is something we are adding for V14.)
And yes, if you need this information now, using the ExecuteLocalProcedure method would be a means to that end.
David
Perfect. Thanks much David.