RetailSolutions.Shared.Microservices.Gemco.Clientes 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package RetailSolutions.Shared.Microservices.Gemco.Clientes --version 1.0.11                
NuGet\Install-Package RetailSolutions.Shared.Microservices.Gemco.Clientes -Version 1.0.11                
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.11" />                
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.11                
#r "nuget: RetailSolutions.Shared.Microservices.Gemco.Clientes, 1.0.11"                
#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.11

// Install RetailSolutions.Shared.Microservices.Gemco.Clientes as a Cake Tool
#tool nuget:?package=RetailSolutions.Shared.Microservices.Gemco.Clientes&version=1.0.11                

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 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.

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.0.21 81 11/13/2024
1.0.18 87 11/7/2024
1.0.16 91 10/28/2024
1.0.15 82 10/26/2024
1.0.13 81 10/25/2024
1.0.11 81 10/25/2024
1.0.10 74 10/25/2024
1.0.6 100 10/22/2024
1.0.5 382 8/10/2024
1.0.0 113 8/10/2024