The format and details of Cancellation of E-way bill API request is depicted in following table.
URL | <URL>/ewayapi/ |
---|---|
Content-Type |
application/json |
Method |
POST |
Request Header
Attributes | Description |
client-id | Client-id to be provided by E-WAY BILL SYSTEM |
client-secret | Secret to be provided by E-WAY BILL SYSTEM |
gstin | GSTIN of Requester(Tax payer or Transporter) |
authtoken | Authentication token returned by the E-way bill system |
Request Payload
Attributes |
Description |
|
action |
CANEWB |
CANEWB |
Encrypt(Base64(Request JSON),sek) |
Cancelled E-way bill JSON string. |
Attributes | Description | Value |
---|---|---|
status | Status of request | 1 – Success; 0 - Error |
Encrypt(Base64(Response JSON),sek) | Response of Cancelled E-way bill JSON string. The response will have cancelled eway bill number and cancelled date if it is successfully cancelled. Otherwise the response will have error codes |
CANCEL E-WAY BILL Request
“data” JSON (corresponds to the data element of Cancel E-WAY BILL Request)
“data” JSON (corresponds to the data element of Cancelled EWB Response(Success))
JSON(in case of error)
Parameter Name |
Type |
Description |
Values |
Sample Data |
Allowed Character |
ewbNo |
Number(12) |
E-way bill Generated |
|
131000026768 |
Numbers |
cancelRsnCode |
Number(1) |
Reason code for cancelling eway bill |
Refer Code list |
2 |
Numbers |
cancelRmrk |
Text(50) |
Reason for - cancelling eway bill |
|
Vehicle details not updated |
Alpha-numeric |
Content will be updated shortly.