Skip to content

C# library for interacting with nalog.gov.by

License

Notifications You must be signed in to change notification settings

loyvsc/NalogGovBy.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NalogGovBy.NET

C# library for interacting with nalog.gov.by API

Installation

Download from NuGet

Package Manager
NuGet\Install-Package NalogGovBy.NET -Version *version_number*
.NET CLI
dotnet add package NalogGovBy.NET --version *version_number*

Features

  • Getting information about company by UNP code

Usage

UnpReader reader = new UnpReader();
var info = await reader.GetCompanyInfoByUnp("100325912");

About

C# library for interacting with nalog.gov.by

Resources

License

Stars

Watchers

Forks

Languages