Skip to content

Get E-way Bill#

By using this API, you can get the e-way bill Details for an e-way bill Number. If the environment is sandbox then e-invoice api will get hit and in case of production e-waybill api will get hit.

Route

/enriched/einv/{flynn-version}/{irp}/ewayapi/{ewb_number}

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

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v1.0
string
irp IRP Provider as per GST registration for e-invoicing enum (ni1, ni2)
ewb_number e-way bill number string

Headers#

All headers as mentioned in the Enriched E-Invoice API introduction.

Response#

200:#

Sample Response Body

    {
       "data": "{\"actFromStateCode\":29,\"actToStateCode\":29,\"actualDist\":9,\"cessValue\":0.00,\"cgstValue\":336593.34,\"docDate\":\"31/07/2020\",\"docNo\":\"1596200513568ZWB\",\"docType\":\"INV\",\"ewayBillDate\":\"31/07/2020 06:32:00 AM\",\"ewbNo\":121001728000,\"extendedTimes\":0,\"fromAddr1\":\"2ND CROSS NO 59  19  A\",\"fromAddr2\":\"GROUND FLOOR OSBORNE ROAD\",\"fromGstin\":\"29AEKPV7203E1Z9\",\"fromPincode\":577217,\"fromPlace\":\"FRAZER TOWN\",\"fromStateCode\":29,\"fromTrdName\":\"welton\",\"genMode\":\"API\",\"igstValue\":0.00,\"noValidDays\":1,\"rejectStatus\":\"N\",\"vehicleType\":\"R\",\"sgstValue\":336593.34,\"status\":\"ACT\",\"subSupplyType\":\"2\",\"supplyType\":\"O\",\"toAddr1\":\"Shree Nilaya\",\"toAddr2\":\"Dasarahosahalli\",\"toGstin\":\"29AAACW4202F1ZM\",\"toPincode\":560008,\"toPlace\":\"Beml Nagar\",\"toStateCode\":29,\"transactionType\":3,\"totalValue\":5609889.00,\"totInvValue\":11556371.34,\"otherValue\":-1.00,\"cessNonAdvolValue\":1.00,\"toTrdName\":\"sthuthya\",\"transporterId\":\"29AAACW6288M1ZH\",\"transporterName\":\"WELBURN CANDLES PRIVATE LIMITED\",\"userGstin\":\"29AEKPV7203E1Z9\",\"validUpto\":\"01/08/2020 11:59:00 AM\",\"itemList\":[{\"productDesc\":\"Wheat\",\"cessRate\":0.000,\"cgstRate\":6.000,\"hsnCode\":1001,\"igstRate\":0.000,\"productId\":\"0\",\"productName\":\"Wheat\",\"qtyUnit\":\"BOX\",\"quantity\":4.00,\"sgstRate\":6.000,\"taxableAmount\":5609889.00,\"itemNo\":1,\"cessNonAdvol\":0}],\"VehiclListDetails\":[{\"updMode\":\"API\",\"vehicleNo\":\"KA51AB4161\",\"fromPlace\":\"FRAZER TOWN\",\"fromState\":29,\"tripshtNo\":0,\"userGSTINTransin\":\"29AEKPV7203E1Z9\",\"enteredDate\":\"31/07/2020 06:32:00 AM\",\"transMode\":1,\"transDocNo\":\"\",\"transDocDate\":null,\"groupNo\":\"0\"}]}"
    }

Enriched e-invoice errors are mentioned under common errors.

Notes#

IRP - nic is deprecated. Instead of it please use ni1 or ni2