Skip to main content
POST
/
gst
/
compliance
/
e-way-bill
/
consignee
/
bill
/
{ewb_no}
/
reject
Reject E-Way Bill
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"
}

Headers

Authorization
string
required

E-Way Bill access token

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Path Parameters

ewb_no
string
required

E-Way Bill number to be rejected

Body

application/json
ewbNo
string
required

E-Way Bill number to be rejected

Response

200 - application/json

200 EWB rejected / 344 Invalid EWB number / 341 Generator cannot reject EWB

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"17663f0c-e456-4348-9c55-8b15414c1e24"