Skip to content

cenright/AcumaticaRESTAPIClientForCSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcumaticaRESTAPIClientForCSharp

Example Acumatica REST API Client for C# (based on Default endpoint 18.200.001)

The solution contains following projects:

  1. Acumatica REST API Console Application - the project contains examples of API calls to Acumatica ERP
  2. Acumatica.Auth - the project contains REST API Endpoint client for logging in to Acumatica ERP
  3. Acumatica.DefaultEndpoint_18.200.001 - the project contains REST API Endpoint client for Default Endpoint version 18.200.001
  4. Acumatica.RESTClient - the project contains base classes needed for Acumatica.Auth and Acumatica.DefaultEndpoint_18.200.001 clients
  5. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Roff 0.9%