MicrosoftDocs / navdevitpro-content-pr

Content for the devitpro release for on-prem & PaaS
Creative Commons Attribution 4.0 International
6 stars 36 forks source link

How to get all contacts that belong to specific a customer via API? #2216

Open madtaras opened 3 years ago

madtaras commented 3 years ago

It's no documented in the API. Also, I didn't found any properties on the contact object that link it to a customer by ID. I assume it's possible to do it with $filter but I couldn't find how


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

sharkfin009 commented 10 months ago

stuck on this also over here!

sharkfin009 commented 10 months ago

ahh, we need to query the ContactsInformation object on the Customer first. Gives us an array of contacts ;)