Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 563 Bytes

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");