Example Acumatica REST API Client for C# (based on Default endpoint 18.200.001)
The solution contains following projects:
- Acumatica REST API Console Application - the project contains examples of API calls to Acumatica ERP
- Acumatica.Auth - the project contains REST API Endpoint client for logging in to Acumatica ERP
- Acumatica.DefaultEndpoint_18.200.001 - the project contains REST API Endpoint client for Default Endpoint version 18.200.001
- Acumatica.RESTClient - the project contains base classes needed for Acumatica.Auth and Acumatica.DefaultEndpoint_18.200.001 clients
- SOAPLikeWrapperForDeafultEndpoint_18.200.001 - the project contains wrapper that can be used to migrate a code that has originally been written for SOAP API to REST API
Required Nuget Pacakges: https://www.nuget.org/packages/RestSharp/106.10.0 https://www.nuget.org/packages/Newtonsoft.Json/12.0.3 https://www.nuget.org/packages/JsonSubTypes/1.6.0
The code is partially generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI spec version: 3