Overview

This method provides the list e-way bill details for a generated date.

The format and details of GetEwayBillsByDate API request is depicted in following table.

URL

<URL>/ewayapi/GetEwayBillsByDate

Content-Type

application/json

Method

GET

URL Parameters

date

Request Payload

Request Header

Attributes Description

client-id

clientid to be provided by E-WAY BILL SYSTEM

client-secret

Secret to be provided by E-WAY BILL SYSTEM

gstin

GSTIN of Requester(Tax payer or Transporter)

authtoken

Authentication token returned by the E-way bill system

Response Payload

Attributes Description Value
Status Status of request 1 – Success ; 0 - Error

Encrypt(Base64(Response JSON),rek)

Response of E-way bill Json string.

Encrypt(rek,sek)

Random encryption key which is encrypted using sek

Hmac ( Base64(JSON data ))

HMAC-SHA256 of Base64 data using AES key (rek) as HMAC Key

Sample Json for GetEwayBillsByDate

[
{
  "ewbNo":141001634831,
  "ewbDate":"22/03/2019 12:59:00 PM",
  "status":"ACT",
  "genGstin":"29AKLPM8755F1Z2",
  "docNo":"test1",
  "docDate":"15/02/2019",
  "delPinCode":560090,
  "delStateCode":29,
  "delPlace":"Bangalore",
  "validUpto":"23/03/2019 11:59:00 PM",
  "extendedTimes":0,
  "rejectStatus":"N"
}
]

Validations

  1. Only E-way bill generator can access this API.
  2. Only active E-way bills will be considered in this API.