Acumatica.RESTClient 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acumatica.RESTClient --version 2.0.0
                    
NuGet\Install-Package Acumatica.RESTClient -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Acumatica.RESTClient" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acumatica.RESTClient" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Acumatica.RESTClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Acumatica.RESTClient --version 2.0.0
                    
#r "nuget: Acumatica.RESTClient, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Acumatica.RESTClient@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Acumatica.RESTClient&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Acumatica.RESTClient&version=2.0.0
                    
Install as a Cake Tool

Acumatica REST API Client for C#

NuGet

The solution allows to easily start developing REST API based integration with Acumatica ERP.

The solution contains following projects:

  1. Acumatica.RESTClient - the project contains Acumatica REST API client based on RESTSharp. The project also contains base classes required for endpoint definitions.
  2. Acumatica REST API Console Application - the project contains examples of API calls to Acumatica ERP
  3. Acumatica.Default_18.200.001 - the project contains REST API Endpoint client for Default Endpoint version 18.200.001
  4. Acumatica.Default_20.200.001 - the project contains REST API Endpoint client for Default Endpoint version 20.200.001
  5. Acumatica.DeviceHub_19.200.001 - the project contains REST API Endpoint client for DeviceHub Endpoint version 19.200.001
  6. Acumatica.eCommerce_20.200.001 - the project contains REST API Endpoint client for eCommerce Endpoint version 20.200.001
  7. Acumatica.ISVCB_19.1 - the project contains REST API Endpoint client for ISVCB Endpoint version 19.1
  8. Acumatica.Manufacturing_18.200.001 - the project contains REST API Endpoint client for Manufacturing Endpoint version 18.200.001
  9. Acumatica.Manufacturing_20.200.001 - the project contains REST API Endpoint client for Manufacturing Endpoint version 20.200.001
  10. SOAPLikeWrapperForREST - the project contains wrapper that can be used to migrate a code that has originally been written for SOAP API to REST API

The Acumatica REST Client and Acumatica Default Endpoint 20.200.001 are also available as Nuget packages:

Required Nuget Pacakges:

The code is partially generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI spec version: 3

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Acumatica.RESTClient:

Package Downloads
Acumatica.RESTClient.ContractBasedApi

A simple client allowing to use Acumatica Contract Based REST API from C#.

Acumatica.Default_20.200.001

C# classes generated based on Acumatica Default endpoint version 20.200.001

Acumatica.RESTClient.ODataApi

An extension for Acumatica REST API client for C# allowing interaction with OData API

Acumatica.SOAPLikeWrapperForREST

A C# wrapper allowing to write SOAP-like queries for Acuamtica REST API

Acumatica.Default_23.200.001

C# classes generated based on Acumatica Default endpoint version 23.200.001

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.7.0 1,596 11/4/2025
5.7.0-preview 190 11/4/2025
5.6.2 741 9/10/2025
5.6.2-beta 213 9/5/2025
5.6.1-beta 235 8/26/2025
5.6.0-beta 122 8/23/2025
5.5.1-test 294 6/19/2025
5.5.0 376 8/19/2025
5.5.0-test 188 6/18/2025
5.4.0 7,932 11/4/2024
5.3.0 5,008 10/8/2024
5.2.1-beta 199 10/2/2024
5.2.0-beta 388 9/20/2024
5.1.2-beta 10,692 3/8/2024
5.1.1-beta 116 3/6/2024
5.1.0-beta 872 1/26/2024
5.0.3-alpha 425 7/6/2023
5.0.1-alpha 459 7/4/2023
5.0.0-alpha 435 7/4/2023
4.1.1 4,484 11/13/2023
4.1.0 11,663 6/9/2023
4.0.6-alpha 251 6/7/2023
4.0.5-alpha 252 5/29/2023
4.0.4-alpha 252 5/25/2023
4.0.2-alpha 823 5/12/2023
4.0.1-alpha 510 3/17/2023
4.0.0-alpha 402 3/17/2023
3.5.0 5,482 2/21/2023
3.3.5 542 2/20/2023
3.3.4 545 2/20/2023
3.3.1 841 2/19/2023
3.3.0 395 2/18/2023
3.2.1 1,435 2/15/2023
3.2.0 698 2/15/2023
3.1.1-alpha 327 2/15/2023
3.1.0-alpha 329 2/9/2023
3.0.2-alpha 298 2/9/2023
3.0.1-alpha 274 2/9/2023
3.0.0-alpha 400 2/9/2023
2.6.0-debug 287 2/8/2023
2.6.0-alpha 307 2/7/2023
2.5.0 5,625 2/2/2023
2.4.0 480 1/27/2023
2.3.6 640 12/15/2022
2.3.5 769 11/17/2022
2.3.3 1,197 11/14/2022
2.3.2 791 11/9/2022
2.3.1 2,318 9/22/2022
2.3.0 611 9/15/2022
2.2.0 2,955 6/9/2022
2.1.2 1,375 1/25/2022
2.1.1 1,010 1/25/2022
2.1.0 636 1/25/2022
2.0.0 4,641 1/20/2022
1.1.0 699 1/20/2022
1.0.0 1,042 9/23/2021

Changed .Net version to .Net Standard 2.0