
- This API takes in gstin of Requester(Tax payer or Transporter) and gives the details of other party E-Way bills.
- Passing date should be within last/latest 3 days , other than current date.
- Passing date cannot be current date.
- Use this API to get to know the details of other party E-Way bills.

Param | Type | Description | Example |
---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
ewbNo | string | E-way bill number | 131001298692 |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/21/pan/xxxxxxxxx?ewaybillno=xxxxxx&ewaybilldate=xxxxx \
--header 'Accept: application/json' \
--header 'Authorization: xxxxxxxxx' \
--header 'x-api-key: xxxxxxxxx' \
--header 'x-api-version: 1.0'
Param | Type | Description | Examples |
---|
ewbNo | num | E-way bill Generated | 151000256262 |
ewayBillDate | num | Refers to date when E-way bill is generated | 10/12/2017 10:45:00 AM |
genMode | string | | API |
genGstin | num | GSTIN number | 29AMRPV8729L1Z1 |
docNo | string | Document No | 50 |
docDate | string | Document Date | 22/09/2017 |
fromgstin | string | GSTIN of the Consignor | 29AAAAX1234S1ZN |
fromTradename | string | LegalName of consignor | XYZ Enterprises |
togstin | string | GSTIN of consignee | 29YYYXX1234S1ZN |
toTradename | string | Legal name of consignee | ABC Enterprises |
totInvValue | num | Total Invoice Value | 1234556 |
hsncode | num | HSN Code of the Product | 12 |
hsndesc | string | It's a description of commodity of particular hsnCode. | ddsd |
status | string | Status of E-way bill | ACT |
rejectStatus | string | Status of Rejection | Y |