Cancel E-Way Bills
Authentication API for generating
Last updated
Authentication API for generating
Last updated
URL
Method Type
Post
Post Parameters (JSON Format)
{ "access_token":"39d30586934dc70ec5b1cac587473005637535fc", "userGstin":"05AAAAZ1723G1ZR", "eway_bill_number": 361000803944, "reason_of_cancel": "Others", "cancel_remark": "Cancelled the order", "data_source":"erp"
}
Success Response
{
"results": { "message": { "ewayBillNo": "341000784247", "cancelDate": "19/02/2018 02:22:00 PM", "error": false }, "status": "Success", "code": 200
}
}
Error Response
{
"results": { "message": "Invalid E-WAY bill number", "status": "No Content", "code": 204 }
}