This is a simple Visual Studio C# solution that uses Simple.OData.Client to connect to EnterpriseOne REST API and to perform some read, insert, update and delete operations.
It consists of two Console Application Projects
- MetadataCodeGeneration - generates C# class for each entity resource in the REST API. The generated classes can be used from Simple.OData.Client to perform data operations.
- EnterpriseOneODataDemo - the actual demo application
Download Source Code
Various Samples