Overview

This method provides the list of E-way bills generated by other parties on your GSTIN. This can be used for rejecting the e-way bill, if required.

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

URL

<URL>/ewayapi/GetEwayBillsofOtherParty

Content-Type

application/json

Method

GET

URL Parameters

date

URL Parameter Description

date – E-way bill generated Date
Parameters needs to be passed in the order in which it is listed

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

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 generated by other party 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 Get Eway Bills for Transporter

[
{

"ewbNo": 151000256262,
  "ewayBillDate": "10/12/2017 10:45:00 AM ",
     "genGstin": "29AMRPV8729L1Z1",
     "genMode": "API",
     "docNo":"",
     "docDate":"22/09/2017",
     "fromgstin":"29AAAAX1234S1ZN",
     "fromTradename":"XYZ Enterprises",
     "togstin":"29YYYXX1234S1ZN",
     "toTradename":"ABC Enterprises",
     "totInvValue": 1234556,
     "hsnCode": 12,
     "hsnDesc":"ddsd",
     "status": "ACT",
     "rejectStatus":"Y"
   },
  {    "ewbNo": 121000359898,
     "ewayBillDate": "10/12/2017 10:45:00 AM ",
     "genGstin": "29AAECP2371C1ZL",
     "docNo":"TA120",
     "docDate": "20/09/2017",
     "fromgstin":"29AAAAX1234S1ZN",
     "fromTradename":"XYZ Enterprises",
     "togstin":"29YYYXX1234S1ZN",
     "toTradename":"ABC Enterprises",
     "totInvValue": 1234556,
     "hsnCode": 12,
     "hsnDesc":"ddsd",
     "status": "ACT",
     "rejectStatus":"Y"
  }
  ]