Skip to content

Get E-way Bill by Date#

This API provides the list e-way bill details for a generated date. 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/by-date?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
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\":151001728294,\"ewbDate\":\"03/08/2020 04:30:00 AM\",\"status\":\"ACT\",\"genGstin\":\"29AEKPV7203E1Z9\",\"docNo\":\"15964523591594BR\",\"docDate\":\"03/08/2020\",\"delPinCode\":560008,\"delStateCode\":29,\"delPlace\":\"Beml Nagar\",\"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