This class includes EWBAPISetting.class & EWBAPILoginDetails.class
EWBAPISetting.class include following attributes
Class Name
|
Attributes
|
Description
|
Value
|
EWBAPISetting
|
GSPName
|
Name of GSP through which you are connecting to NIC Server
|
TaxPro_Sandbox, TaxPro_Production
|
|
AspUserId
|
At the time of registration with TaxPro GSP will provide Asp Id
|
|
|
AspPassword
|
At the time of registration with TaxPro GSP will provide Asp Password
|
|
|
EWBClientId
|
Empty (TaxPro GSP will add while connecting to NIC)
|
|
|
EWBClientSecret
|
Empty (TaxPro GSP will add while connecting to NIC)
|
|
|
EWBGSPUserID
|
Empty. (TaxPro GSP will add while connecting to NIC)
|
|
|
BaseUrl
|
End point URL to connect with TaxPro GSP Service
|
for sandbox(v1.03): https://gstsandbox.charteredinfo.com/ewaybillapi/v1.03
for production(v1.03): https://einvapi.charteredinfo.com/v1.03
|
EWBAPILoginDetails.class include following attributes
Class Name
|
Attributes
|
Description
|
EWBAPILoginDetails
|
EwbGstin
|
GSTIN by which you registered on NIC Portal
|
|
EwbUserID
|
UserId generated while registering with NIC Portal
|
|
EwbPassword
|
Password generated while registering with NIC Portal
|
|
EwbAppKey
|
No need to add (TaxPro GSP will generate secure key)
|
|
EwbAuthToken
|
Authentication token for Generating e-Way Bill
|
|
EwbSEK
|
Session Encryption Key
|
|
EwbTokenExp
|
Expiry time of AuthToken (After generation of Auth token add 350 min to your System Date Time, That will be your Token expiry time)
|