The format and details of Reject E-way bill API request is depicted in following table.
URL |
|
Content-Type |
application/json |
Method |
POST |
Request Header
Attributes | Description |
---|---|
client-id |
clientid 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 |
REJEWB |
REJEWB |
Encrypt(Base64(Request JSON),sek) |
Reject E-way bill JSON string. |
Attributes |
Description |
Value |
Status |
Status of request |
1 – Success ; 0 - Error |
Encrypt(Base64(Response JSON),sek) |
Response of Reject E-way bill Json string. The response will have rejected eway bill number and rejected date if it is successfully rejected. Otherwise the response will have error codes |
Reject E-WAY BILL Request
“data” JSON corresponds to the data element of Reject E-WAY BILL Request above
“data” JSON (corresponds to the data element of Reject EWB Response(Success))
JSON(in case of error)
"ewbNo"
]
}
Parameter Name |
Type |
Description |
Values |
Sample Data |
Allowed character |
---|---|---|---|---|---|
ewbNo |
Number(12) |
E-way bill Generated |
|
131000026768 |
Numbers |
Content will be updated shortly.