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’: v2.0
- method: GET
URL Parameters#
Name | Description | Type |
---|---|---|
flynn-version | version of the API for example, v2.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
{
"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\"}]}"
}
E-way Bill errors are mentioned under common errors
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}