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’: v3.0
  • method: GET

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v3.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

{
  "status": "1",
  "data": [
    {
      "ewbNo": 641009906216,
      "ewbDate": "21/06/2021 11:51:00 PM",
      "status": "ACT",
      "genGstin": "24AAAPI3182M002",
      "docNo": "C94C759CDDC9648F",
      "docDate": "21/06/2021",
      "delPinCode": 400049,
      "delStateCode": 27,
      "delPlace": "ABC",
      "validUpto": "22/06/2021 11:59:00 PM",
      "extendedTimes": 0,
      "rejectStatus": false
    },
    {
      "ewbNo": 651009906219,
      "ewbDate": "21/06/2021 11:51:00 PM",
      "status": "ACT",
      "genGstin": "24AAAPI3182M002",
      "docNo": "E2F438944DDC4425",
      "docDate": "21/06/2021",
      "delPinCode": 400049,
      "delStateCode": 27,
      "delPlace": "ABC",
      "validUpto": "22/06/2021 11:59:00 PM",
      "extendedTimes": 0,
      "rejectStatus": true
    }
  ],
  "error": null,
  "info": null,
  "additionalInfo": null,
  "alert": null
}            

Enriched e-invoice errors are mentioned under common errors for v3.0 api.

Notes#

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