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>"
}
'{
"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.
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>"
}
'{
"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"
}E-Way Bill access token
API version
API key for identification
"181010529476"
E-Way Bill number to be rejected
Was this page helpful?