Skip to content

Get Consolidated e-way bill Details#

This API is Deprecated. Please use VERSION TWO OH (v2.0)

By using this API, you can get the Consolidated EWB Details for a Trip sheet Number.

API Route#

Route

/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/consolidate/{tripSheetNo}

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

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v1.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)
tripSheetNo consolidated ewb(trip-sheet) number string

Headers#

All headers are mentioned in common EWB headers

Response#

200:#

Sample Response Body

{
  "data": "{\"tripSheetNo\":1910008199,\"fromPlace\":\"BANGALORE SOUTH\",\"fromState\":\"29\",\"vehicleNo\":\"KA12AB1234\",\"transMode\":\"1  \",\"transDocNo\":\"1234\",\"transDocDate\":\"31/07/2020\",\"userGstin\":\"29AAACW6288M1ZH\",\"enteredDate\":\"31/07/2020 07:14:00 PM\",\"status\":\"ACT\",\"tripSheetEwbBills\":[{\"ewbNo\":141001728019,\"ewbDate\":\"31/07/2020 07:14:00 AM\",\"userGstin\":\"29AEKPV7203E1Z9\",\"docNo\":\"g1596203028231\",\"docDate\":\"31/07/2020\",\"fromGstin\":\"29AEKPV7203E1Z9\",\"fromTradeName\":\"welton\",\"toGstin\":\"29AAACW4202F1ZM\",\"toTradeName\":\"sthuthya\",\"totInvValue\":11556371,\"status\":\"ACT\",\"validUpto\":\"01/08/2020 11:59:00 AM\",\"toPlace\":null,\"toPincode\":null,\"actToStateCode\":null},{\"ewbNo\":101001728020,\"ewbDate\":\"31/07/2020 07:14:00 AM\",\"userGstin\":\"29AEKPV7203E1Z9\",\"docNo\":\"g1596203028234\",\"docDate\":\"31/07/2020\",\"fromGstin\":\"29AEKPV7203E1Z9\",\"fromTradeName\":\"welton\",\"toGstin\":\"29AAACW4202F1ZM\",\"toTradeName\":\"sthuthya\",\"totInvValue\":11556371,\"status\":\"ACT\",\"validUpto\":\"01/08/2020 11:59:00 AM\",\"toPlace\":null,\"toPincode\":null,\"actToStateCode\":null}]}"
}

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}/consolidate/{tripSheetNo}