Skip to content

Get e-way bill for Transporter by StateCode and Date#

This API provides the list of E-way bills assigned to requesting GSTIN/TRANSIN for transportation based on generated date 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. 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/for-transporter-by-statecode-and-date?state_code={state-code}&date={document-date}

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

URL Parameters#

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

QUERY Parameters#

Name Description Type
state_code Statecode of generator string
date Document date (format DD/MM/YYYY, like 31/12/2020) string

Headers#

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

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\"}"
    }

Enriched e-invoice errors are mentioned under common errors.

Notes#

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