RetailSolutions.Shared.Microservices.Gemco.Clientes
1.0.18
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RetailSolutions.Shared.Microservices.Gemco.Clientes --version 1.0.18
NuGet\Install-Package RetailSolutions.Shared.Microservices.Gemco.Clientes -Version 1.0.18
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="RetailSolutions.Shared.Microservices.Gemco.Clientes" Version="1.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RetailSolutions.Shared.Microservices.Gemco.Clientes --version 1.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RetailSolutions.Shared.Microservices.Gemco.Clientes, 1.0.18"
#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 RetailSolutions.Shared.Microservices.Gemco.Clientes as a Cake Addin #addin nuget:?package=RetailSolutions.Shared.Microservices.Gemco.Clientes&version=1.0.18 // Install RetailSolutions.Shared.Microservices.Gemco.Clientes as a Cake Tool #tool nuget:?package=RetailSolutions.Shared.Microservices.Gemco.Clientes&version=1.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Introduction
Esta lib auxilia na gra��o dos clientes Gemco dos microservices da Retail Solutions
Ela cont�m:
- Inserir Cliente
Exemplo
var clienteModel = new ClienteModel(
naturezaCliente,
clienteMax.Nome,
clienteMax.Fantasia,
pcnpjcpf,
tipoInscricao,
inscricao,
"16",
clienteMax.PlanoPagamento?.Codigo,
codsitcredito,
clienteMax.RG,
clienteMax.OrgaoRG,
0,
0,
"",
null,
clienteMax.Credito?.Limite,
clienteMax.Configuracoes?.PercDesconto,
clienteMax.CodigoClienteNuvem.ToString(),
listEnderecos);
var clienteGemco = new ClienteGemco(clienteModel);
var logIntegracaoGemco = await clienteGemco.InserirOuAtualizarClienteGemcoAsync(connection, cancellationToken);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- RetailSolutions.Shared.Microservices (>= 1.2.17)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.