Blog - EWAY BILL

Get Error List


API Path: https://apipath/

Method: Get

Sample Response

{ "success": true, "message": "E-Way bill errors are fetched successfully", "result": [ { "errorCode": "100", "errorDesc": "Invalid json" }, { "errorCode": "101", "errorDesc": "Invalid Username" }, { "errorCode": "102", "errorDesc": "Invalid Password" }, { "errorCode": "103", "errorDesc": "Invalid Client ...


Date: 26 October 2021    Comments: 0

Get EWB Rejected By Others


API Path: https://apipath/

Method: Get

Header : Data Parameter (Sample)

data: 13/03/2019

Sample Response

{ "success": true, "message": "E-Way Bill fetched successfully", "result": [ { "ewbNo": 341001753879, "ewbDate": "02/04/2019 05:53:00 PM", "status": "ACT", "genGstin": "05AAACG2140A1ZL", "docNo": "20181224gg011b64", "docDate": "09/02/2018", "validUpto": "10/04/2019 11:59:00 ...


Date: 26 October 2021    Comments: 0

Get EWB By Date


API Path: https://apipath/

Method: Get

Header : Data Parameter (Sample)

Data: 13/03/2019

Sample Response

{ "success": true, "message": "E-Way Bill fetched successfully", "result": { "ewbNo": 321001235681, "ewbDate": "25/05/2018 12:53:00 PM", "status": "ACT", "genGstin": "05AAACG2140A1ZL", "docNo": "123-8", "docDate": "15/12/2017", "delPinCode": 689788, "delStateCode": 28, ...


Date: 26 October 2021    Comments: 0

Get E-Way Bill Transporter By State


API Path: https://apipath/

Method: Get

Header : Data Parameter (Sample)

dt: 13/03/2019

statecode: 24

Sample Response

{ "success": true, "message": "E-Way Bill for trasporter by state is fetched successfully", "result": [ { "ewbNo": 391001729213, "ewbDate": "13/03/2019 01:48:00 PM", "status": "ACT", "genGstin": "05AAACG2115R1ZN", "docNo": "EWBINVa9", "docDate": "08/10/2018", ...


Date: 26 October 2021    Comments: 0

Get E-Way Bill By Document


API Path: https://apipath/

Method: Post

Header : Data Parameter (Sample)

data: 1001

Sample Response

{ "success": true, "message": "E-Way Bill is generated successfully", "result": { "ewayBillNo": 391002263538, "ewayBillDate": "25/05/2020 01:40:00 PM", "validUpto": "02/06/2020 11:59:00 PM", "alert": null } }


Date: 26 October 2021    Comments: 0

Change Vehicle Details For Multi Vehicle Movement


API Path: https://apipath/

Method: Post

Header : Data Parameter (Sample)

{ "ewbNo": 111000609282, "groupNo": 1, "oldvehicleNo": "PQR1234", "newVehicleNo": " PQR1234", "oldTranNo": "ABC123", "newTranNo": "PQR123", "fromPlace": "Lucknow", "fromState": "09", "reasonCode": "1", "reasonRem": "vehicle broke down" }

Sample Response

{ ...


Date: 26 October 2021    Comments: 0

1 2 3 4 Next Last