Cancel E-Way Bill

POST {{sandbox_host}}/gst/compliance/e-way-bill/consignor/bill/:ewb_no/cancel

Request Body

{"ewbNo"=>131002233704, "cancelRsnCode"=>2, "cancelRmrk"=>"Cancelled the order"}

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"error\": {\n            \"errorCodes\": \"312,\"\n        },\n        \"status\": \"0\",\n        \"info\": \"\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"