Cancel E-Way Bill

Overview

  • This API takes in GSTIN of Requester(Tax payer or Transporter) and gives the cancelled date and number of E-Way Bill.

Problem

  • E-way bill can be cancelled by the generator of the e-way bill only.
  • E-way bill can be cancelled within 24 hours of generation of e-way bill.
  • If the allotted goods were never transported, major mismatch in the goods allotted or goods were not transported as per the details furnished in the registered e-way bill

Solution

  • Use this API to cancel the E-Way bill if any problem occurs with the goods.

Endpoint

HTTP MethodResource
Post

API Endpoint Contact Us  Free Trial

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regimeAAAAA0000A

Request Parameters

Body

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
cancelRsnCodenumReason code for cancelling eway bill
Possible value -
1 : Duplicate
2 : Order Cancelled
3 : Data Entry mistake
4 : Others
2
cancelRmrkstringReason for - cancelling eway billVehicle details not updated

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

curl --request POST \
     --url https://api.sandbox.co.in/16/pan/xxxxxxxxx?ewaybillno=xxxxxx&ewaybilldate=xxxxx  \
     --header 'Accept: application/json' \
     --header 'Authorization: xxxxxxxxx' \
     --header 'x-api-key: xxxxxxxxx' \
     --header 'x-api-version: 1.0'

Response

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
cancelDatenumDate of Cancellation15/12/2017 11:35:00 AM