Application Help

To Get Balance
einvoicetex.com/baba/GetBalance/?GSTN=GSTN
Returning
{ "GSTNO": "GSTN", "balgiven": "", "BalUsed": "", "Remaning": "" }
Note: returns string in JSON handel it as such

To Get Daily API call Summary (Updates in 3-4 days)
einvoicetex.com/baba/DailyLedger/?GSTIN=GSTN
Returning
[{ "GSTNO": "GSTN", "TxnDate": "", "BalUsed": "" },
{ "GSTNO": "GSTN", "TxnDate": "", "BalUsed": "" },
{ "GSTNO": "GSTN", "TxnDate": "", "BalUsed": "" }]
Note: returns string in JSON handel it as such and data in this array will increase with time.
For Genrating E-Invoice Auth Token : Type HttpGet

einvoicetex.com/baba/GETAuth?UserName=user_Name&Password=Password&gstin=GSTN&istest='No for Production or Yes to only tesing the API'

JSON data that will be used in API

For Genrating E-Invoice : Type HttpPost
einvoicetex.com/baba/GenrateEinvoice?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: pass data in Body in Request
JSON Data need to be passed
For Genrating E-Way bill by IRN : Type HttpPost
einvoicetex.com/baba/EWBbyIRN/?UserName=UseName&Password=Password&GSTIN=GSTN&authtoken=Token&istest='No for Production remove for production'
Note: pass data in Body in Request
JSON Data need to be passed

Genrate IRN Request Model
Genrate IRN Responce Model
Genrate Eway Bill Data models

For Genrating E-Way bill Auth Token : Type HttpGet

einvoicetex.com/baba/GETEWBAuth?UserName=user_Name&Password=Password&gstin=GSTN&istest='No for Production or Yes to only tesing the API'


For Genrating E-Way bill Authtoken: Type Http GET
einvoicetex.com/EwayBill/GETEWBAuth?UserName=user_name&Password=Password&GSTIN=GSTN&istest='No for Production or Yes to only tesing the API'
Note: Respoence will be RespAuthToken Model

For Printing E-Way bill: Type Http GET
einvoicetex.com/EwayBill/PrintEWB?UserName=Username&gstin=GSTIN&AuthToken=AuthToken&ewbNo=EWBNo
Note: Respoence will be Byte Array which can be converted to File (.pdf).
For E-Way bill: Type Http Post
Genrating E-Way bill:
einvoicetex.com/EwayBill/GenrateEwb?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PLGenEwayBill Model
Update Vehicle No
einvoicetex.com/EwayBill/EwbVehNoUpdate?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PLGenEwayBill Model
Consolidated Ewb
einvoicetex.com/EwayBill/GenrateConsoliDatedEwb?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlConsoliDatedEwb Model
Cancel Ewb
einvoicetex.com/EwayBill/CancelEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlCancelEWB Model
Reject EWB
einvoicetex.com/EwayBill/RejectEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlRejectEWB Model
Update Tranpoter EWB
einvoicetex.com/EwayBill/UpdateTranpoterEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlUpdateTranpoterEWB Model
Extend EWB
einvoicetex.com/EwayBill/ExtendEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlExtendEWB Model
Multi Vehicle Add EWB
einvoicetex.com/EwayBill/MultiVehicleAddEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlMultiVehicleAddEWB Model
Multi Vehicle Update EWB
einvoicetex.com/EwayBill/MultiVehicleUpdateEWB?UserName=user_name&GSTIN=GSTN&AuthToken=Token&istest='No for Production or Yes to only tesing the API'
Note: Data payload PlMultiVehicleUpdateEWB Model