Get Rejected E-Way Bills

Sandbox APIs to get the list of E-Way Bills rejected by other party.

Pricing Documentation

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 MethodResource
Get/ewb/tax-payer/seller/bills/reject?date={date}

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass the below parameters to call the API.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT Authorization token which is generated using E-Way Bill Authentication API.eyJhsebihGyUf......

Query Parameters

ParamTypeDescriptionExample
datestringE-way bill generation date23/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

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
ewbDatenumE-way bill generation date23/03/2019 10:06:00 AM
statusstringStatus of E-way billACT
genGstinstringGSTIN number29AKLPM8755F1Z2
docNostringDocument numbertest1
docDatenumDocument Date15/02/2019
validUptonumDate till document is valid up-to24/03/2019 11:59:00 PM
rejectStatusstringStatus of RejectionY
rejectedDatenumDate of Rejection23/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