
- This API takes in GSTIN of Requester(Tax payer or Transporter) and date to provide the list of E-way bills rejected by other party.
- Only E-way bill generator can access this API.
- Use this API to generate E-Way bill which are rejected by other party by date.

Param | Type | Description | Example |
---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/33/pan/xxxxxxxxx?gstin=xxxxxx \
--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 | 131000026768 |
ewbDate | num | E-way bill generation date | 23/03/2019 10:06:00 AM |
status | string | Status of E-way bill | ACT |
genGstin | string | GSTIN number | 29AKLPM8755F1Z2 |
docNo | string | Document number | test1 |
docDate | num | Document Date | 15/02/2019 |
validUpto | num | Date till document is valid up-to | 24/03/2019 11:59:00 PM |
rejectStatus | string | Status of Rejection | Y |
rejectedDate | num | Date of Rejection | 23/03/2019 10:08:00 AM |