Get Rejected E-Way Bills
Sandbox APIs to get the list of E-Way Bills rejected by other party.
Overview
This API takes in the GSTIN of the Requester(Taxpayer or Transporter) and the date to provide the list of E-way bills rejected by other party.
Endpoint
HTTP Method | Resource |
---|---|
Get | /ewb/tax-payer/seller/bills/reject?date={date} |
Request
Follow the below guidelines to pass the below parameters to call the API.
Headers
Param | Type | Description | Example |
---|---|---|---|
x-api-key | string | An API key is a public key to identify users when calling any Sandbox API. | key_live_ZUQT5UEf4...... |
Authorization | string | JWT Authorization token which is generated using E-Way Bill Authentication API. | eyJhsebihGyUf...... |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
date | string | E-way bill generation date | 23/03/2019 |
Once the values are added, Your curl will look something like this
curl --request GET \
--url 'https://api.sandbox.co.in/ewb/tax-payer/seller/bills/reject?date=date' \
--header 'Authorization: xxxxxxxxxx' \
--header 'accept: application/json' \
--header 'x-api-key: xxxxxxxxxx' \
--header 'x-api-version: 1.0'
Response
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 |
Response Caching
Response caching is not available for this API. Learn more about our response caching mechanism here
Wallet Charges
Since Generate E-Way Bill is a Paid API, a wallet charge of INR 0.25 + GST will take place.
Versioning
This API is currently in major version 1.0. Refer to our versioning policies here
Updated about 1 month ago