Hello,
I have a task to retrieve Accounts and related Contacts number from D365 using FetchXML method. I also need to make a C# web app and publish it on Azure.
Can anyone explain to me what is an exact process to use FetchXML in order to get required data? I need code example.
Which data should I pass in order to establish connection to CRM?
Do I need to get token and pass the header afterwards or FetchXML works in some other way?
So Far I managed to find some examples from 2016. but it is not working.
Thank you in advance.