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>"
}
'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>"
}
'E-Way Bill access token. For token-generation steps, refer to the Generate E-Way Bill Session recipe, then pass the token in the Authorization header.
API version
API key for identification
"181010529476"
E-Way Bill number to be rejected
Was this page helpful?