cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignee/bill/{ewb_no}/reject \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "ewbNo": "<string>" } '
200
200 EWB rejected
{ "code": 200, "data": { "alert": null, "data": { "ewayBillNo": "291010077010", "ewbRejectedDate": "01/05/2024 07:43:00 PM" }, "status": "1" }, "timestamp": 1763446641000, "transaction_id": "17663f0c-e456-4348-9c55-8b15414c1e24"}
Reject the E-Way Bill generated by consignor by providing the E-Way bill number.
E-Way Bill access token
API version
API key for identification
"181010529476"
E-Way Bill number to be rejected
200 EWB rejected / 344 Invalid EWB number / 341 Generator cannot reject EWB
Show child attributes
"291010077010"
"01/05/2024 07:43:00 PM"
"344"
""
"1"
1763446641000
"17663f0c-e456-4348-9c55-8b15414c1e24"
Was this page helpful?