EpicorRESTAPIMobile 1.1.4
dotnet add package EpicorRESTAPIMobile --version 1.1.4
NuGet\Install-Package EpicorRESTAPIMobile -Version 1.1.4
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="EpicorRESTAPIMobile" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EpicorRESTAPIMobile --version 1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EpicorRESTAPIMobile, 1.1.4"
#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.
// Install EpicorRESTAPIMobile as a Cake Addin #addin nuget:?package=EpicorRESTAPIMobile&version=1.1.4 // Install EpicorRESTAPIMobile as a Cake Tool #tool nuget:?package=EpicorRESTAPIMobile&version=1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EpicorRest.AppPoolHost = "your.tld.server";
EpicorRest.AppPoolInstance = "yourEpicorInstance";
EpicorRest.UserName = "epicor";
EpicorRest.Password = "epicor";
EpicorRest.IgnoreCertErrors = true;
//get
Dictionary<string, string> dic = new Dictionary<string, string>();
dic.Add($"filter", "ABCCode eq 'A'");
dynamic abcData = EpicorRest.DynamicGet("Erp.BO.EmpBasicSvc", "List", dic);
//GetJSON String
string json = EpicorRest.DynamicGetJSON("Erp.BO.EmpBasicSvc", "List", dic);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid80 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.4 | 758 | 10/11/2018 |
Updates and Enhancements