Blog - EWAY BILL

Get E-Way Bill


API Path: https://apipath/

Method: Get

Header Parameter (Sample)

"ewbNo": 181000609270

Simple Response

{ "success": true, "message": "E-Way Bill is fetched successfully", "result": { "ewbNo": 351001886280, "ewayBillDate": "16/08/2019 03:33:00 PM", "genMode": "API", "userGstin": "05AAACG2140A1ZL", "supplyType": "I", "subSupplyType": "1 ", "docType": ...


Date: 26 October 2021    Comments: 0

Reject E-Way Bill


API Path: https://apipath

Method: Get

Request Body (Sample)

{ "ewbNo": 181000609270 }

Sample Response

{ "success": true, "message": "E-Way Bill is rejected successfully", "result": { "ewayBillNo": 181000609270, "ewbRejectedDate": "15/12/2017 10:24:00 AM" } }


Date: 26 October 2021    Comments: 0

Cancel E-Way Bill


API Path: https://apipath/

Method: Post

Request Body (Sample)

{ "ewbNo": 111000609282, "cancelRsnCode": 2, "cancelRmrk": "Cancelled the order" }

Sample Responce

{ "success": true, "message": "E-Way Bill is cancelled successfully", "result": { "ewayBillNo": 111000609282, "cancelDate": "15/12/2017 11:35:00 AM" } }


Date: 26 October 2021    Comments: 0

Generate Consolidate E-Way Bill


API Path: https://apipath

Method: Post

Request Body (Sample)

{ "fromPlace": "BANGALORE SOUTH", "fromState": 29, "vehicleNo": "KA12AB1234", "transMode": "1", "transDocNo": "1234", "transDocDate": "12/10/2017", "tripSheetEwbBills": [ { "ewbNo": 111000609282 }, { "ewbNo": 181000609270 } ] }

Sample Responce

{ "success": true, "message": "Consolidated E-Way Bill is generated ...


Date: 26 October 2021    Comments: 0

Update Part-B/Vehicle Number for E-Way Bill


API Path: https://apipath

Method: Post

Request Body (Sample)

{ "ewbNo": 111000609282, "vehicleNo": "PQR1234", "fromPlace": "BANGALORE", "fromState": 29, "reasonCode": "1", "reasonRem": "vehicle broke down", "transDocNo ": "1234 ", "transDocDate ": "12/10/2017 ", "transMode": "1", "vehicleType": "R" } Sample Response { "success": true, "message": "E-Way ...


Date: 26 October 2021    Comments: 0

First Previous 1 2 3 4