e-Way Bill API
User Guide
 
×
Menu
Index
  • Eway Bill Api Intigration of .Net Library

Eway Bill Api Intigration of .Net Library

 
 
You may directly open .Net Integration Demo Project using Visual Studio. Demo project has UI and backend code to show integration of each available e-Way Bill library method corresponding to respective API in your application.
 
Before you start using e-Way Bill Lib. First thing to watch for is EWBSession class.
 
This class includes EWBSettings class & EWBLoginDetails class
 
EWBSettingsThe common settings for all TaxPayers. In case ASP application has multiple TaxPayer support, values in in Settings would remain same.
 
EWBLoginDetailsTaxPayer specific settings. In case ASP application has multiple TaxPayer support, values of login details changes taxpayer to taxpayer .
 
 To avoid TLS 1.2 Connection error, write provided below code in application start up