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 Method
Resource
Post
Path Parameters
Param
Type
Description
Example
gstin
string
15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime
AAAAA0000A
Request Parameters
Body
Param
Type
Description
Examples
ewbNo
num
E-way bill Generated
131000026768
cancelRsnCode
num
Reason code for cancelling eway bill
Possible value - 1 : Duplicate 2 : Order Cancelled 3 : Data Entry mistake 4 : Others
2
cancelRmrk
string
Reason for - cancelling eway bill
Vehicle details not updated
Once the values are added, Your curl will look something like this