March 2020
Intermediate to advanced
528 pages
13h 18m
English
Once the required packages have been added to your project and the entity proxy has been generated, the next step is to implement the code to authenticate and consume OData entities. An OData Service call will need an authorization token passed as a header on the service request. You can implement this as follows:
The Dynamics 365 for Finance and Operations product team has developed sophisticated examples of consuming OData services in C#, which are available on GitHub ...