Skip to content

Get e-way bill Details#

By using this API, you can get the e-way bill Details for an e-way bill Number.

API Route#

Route

/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/ewayapi/GetEwayBill?ewbNo={ewb-number}

  • active ‘flynn-version’: v3.0
  • method: GET

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v3.0
string
ewb-api-version E-invoice API version
for example, v1.03
string
ewb_provider Eway bill provider
for example, ew1
enum(ew1, ew2)

QUERY Parameters#

Name Description Type
ewbNo e-way bill number string

Headers#

All headers are mentioned in common EWB headers

Response#

200:#

Sample Response Body

{
"status": "1",
"data": {
    "actFromStateCode": 36,
    "actToStateCode": 32,
    "actualDist": 500,
    "cessValue": 0.00,
    "cgstValue": 26518.52,
    "docDate": "03/08/2021",
    "docNo": "RAMEWB030821C014",
    "docType": "INV",
    "ewayBillDate": "26/08/2022 01:35:00 PM",
    "ewbNo": 141002142052,
    "extendedTimes": 0,
    "fromAddr1": "SKH Sheet Metals Components Pvt Ltd Behind Bombay Dyeing",
    "fromAddr2": "SKH Sheet Metals Components Pvt Ltd Gate No 542 / 545 Business Park, MG Road Gurgaon - Haryana",
    "fromGstin": "29AAACW4202F1ZM",
    "fromPincode": 500039,
    "fromPlace": "Pune",
    "fromStateCode": 27,
    "fromTrdName": "SKH Sheet Metals Components Pvt. Ltd.",
    "genMode": "API",
    "igstValue": 0.00,
    "noValidDays": 3,
    "rejectStatus": "N",
    "vehicleType": "R",
    "sgstValue": 26518.52,
    "status": "ACT",
    "subSupplyType": "1",
    "supplyType": "O",
    "toAddr1": "CENTRAL LOGISTICS CENTRE (CLC) E1",
    "toAddr2": "PUNE",
    "toGstin": "URP            ",
    "toPincode": 682302,
    "toPlace": "PUNE",
    "toStateCode": 27,
    "transactionType": 4,
    "totalValue": 189418.00,
    "totInvValue": 242455.04,
    "otherValue": 0.00,
    "cessNonAdvolValue": 0.00,
    "toTrdName": "SKODA AUTO VOLKSWAGEN INDIA PVT LTD.",
    "transporterId": "29AAACW6874H1ZS",
    "transporterName": "WAVEAXIS TECHNOLOGIES PRIVATE LIMITED",
    "userGstin": "29AAACW6874H1ZS",
    "validUpto": "29/08/2022 11:59:00 PM",
    "itemList": [
        {
            "productDesc": "WLD.ASSY.5J5821142 (SK251)",
            "cessRate": 0.000,
            "cgstRate": 14.000,
            "hsnCode": 8708,
            "igstRate": 0.000,
            "productId": "0",
            "productName": "PARTS AND ACCESSORIES OF MOTOR VEHICLE PARTS",
            "qtyUnit": "PCS",
            "quantity": 200.00,
            "sgstRate": 14.000,
            "taxableAmount": 5612.00,
            "itemNo": 1,
            "cessNonAdvol": 0.00
        },
        {
            "productDesc": "ASSY BKT FRONT BUMPER 6RW80710",
            "cessRate": 0.000,
            "cgstRate": 14.000,
            "hsnCode": 8708,
            "igstRate": 0.000,
            "productId": "0",
            "productName": "PARTS AND ACCESSORIES OF MOTOR VEHICLE PARTS",
            "qtyUnit": "PCS",
            "quantity": 200.00,
            "sgstRate": 14.000,
            "taxableAmount": 183806.00,
            "itemNo": 2,
            "cessNonAdvol": 0.00
        }
    ],
    "VehiclListDetails": [
        {
            "updMode": "API",
            "vehicleNo": "TS08EL1234",
            "fromPlace": "Pune",
            "fromState": 36,
            "tripshtNo": 0,
            "userGSTINTransin": "29AAACW6874H1ZS",
            "enteredDate": "26/08/2022 01:35:00 PM",
            "transMode": "1",
            "transDocNo": "",
            "transDocDate": null,
            "groupNo": "0"
        }
    ]
},
"error": null,
"info": null,
"additionalInfo": null,
"alert": null
}

E-way Bill errors are mentioned under Common Errors for v3.0 API

Notes#

Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/ewayapi/GetEwayBill?ewbNo={ewb-number}