The solution allows to easily start developing REST API based integration with Acumatica ERP.
The repository contains the following solutions:
- Acumatica REST API Client - the solution contains Acumatica REST API client based on RESTSharp. The solution also contains base classes required for endpoint definitions and the endpoint definitions.
- Example Console Application - the solution contains examples of API calls to Acumatica ERP.
- EndpointModelGenerator - the solution allows to generate C# projects and classes for the REST API client based on OpenAPI 2.0 endpoint schemas.
The Acumatica REST Client and some endpoints are also available as Nuget packages:
- https://www.nuget.org/packages/Acumatica.RESTClient/
- https://www.nuget.org/packages/Acumatica.RESTClient.ODataApi/
- https://www.nuget.org/packages/Acumatica.RESTClient.CustomizationApi/
- https://www.nuget.org/packages/Acumatica.RESTClient.MaintenanceApi/
- https://www.nuget.org/packages/Acumatica.Default_20.200.001/
- https://www.nuget.org/packages/Acumatica.Default_22.200.001/
- https://www.nuget.org/packages/Acumatica.Manufacturing_21.200.001/
Dependencies:
- JsonSubTypes (>= 1.9.0)
- Newtonsoft.Json (>= 12.0.3)
The code is partially generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI spec version: 3