Skip to content

Get e-way bill Report by Transporter AssignedDate#

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

This API provides the list of E-way bills assigned to requesting GSTIN/TRANSIN for transportation based on date of assignment and state code of the generator of the E-waybill. Note that the headers date and month support both 1 character and 2 characters i.e. both ¼/2020 and 01/04/2020 are valid formats in the URL. However, year needs to be 4 characters.

API Route#

Route

/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/for-transporter-by-transporterassigneddate-and-statecode/{stateCode}/{date}/{month}/{year}

  • 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)
stateCode state code of generator (eg POS: 01-42) string
date DD (1-31) string
month MM (1-12) string
year YYYY string

Headers#

All headers are mentioned in common EWB headers

Response#

200:#

Sample Response Body

 {
   "data": "[{\"ewbNo\":171001728175,\"ewbDate\":\"03/08/2020 10:56:00 AM\",\"status\":\"ACT\",\"genGstin\":\"29AEKPV7203E1Z9\",\"docNo\":\"VIRAJPAWARDOC\",\"docDate\":\"03/08/2020\",\"delPinCode\":560068,\"delStateCode\":29,\"delPlace\":\"Bangalore\",\"validUpto\":\"04/08/2020 11:59:00 AM\",\"extendedTimes\":0,\"rejectStatus\":\"N\"}"
 }

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}/for-transporter-by-transporterassigneddate-and-statecode/{stateCode}/{date}/{month}/{year}