Reject E-Way Bill

Sandbox API to reject the E-Way Bill by providing the E-Way bill number

Pricing Documentation

Overview

This API takes in the GSTIN of the Requester(Taxpayer or Transporter) and rejects the E-Way Bill along with the rejection date.

Endpoint

HTTP MethodResource
Post/ewb/tax-payer/seller/bills/{ewb_no}/reject

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......

Path Parameters

ParamTypeDescriptionExample
ewb_nonumE-way bill Number to be rejected131000026768

Body Parameters

ParamTypeDescriptionExample
ewbNonumE-way bill Number to be rejected131000026768

Once the values are added, Your curl will look something like this

curl --request POST \
     --url https://api.sandbox.co.in/ewb/tax-payer/seller/bills/131000026768/reject \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0' \
     --data '
{
  "ewbNo": 181000609270
}
'

Response

ParamTypeDescriptionExamples
ewbNonumE-way bill number rejected131000026768
ewbRejectedDatenumE-way bill rejection date15/12/2017 10:24: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