GST API
Assembly: TaxProGST.API
GST API and Json Models required to communicate with GST server are implemented in assembly TaxProGST.API which has two namespaces:
1. Namespace: TaxProGST.API - APISession and API Methods
2. Namespace: TaxProGST.JsonModels - Models for accessing GST API
Developer desired to use API Methods directly bypassing User Controls may use classes and methods in this library.
Dependency:
.Net Framework 4.6 Assemblies
System.ComponentModel.DataAnnotations
System.Security
Third Party Libraries
Newtonsoft.Json
RestSharp