Skip to main content
POST
/
gst
/
compliance
/
e-way-bill
/
transporter
/
bill
/
{ewb_no}
/
extend
Extend E-Way Bill Validity
curl --request POST \
  --url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bill/{ewb_no}/extend \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "ewbNo": 231010079649,
  "vehicleNo": "PQR1234",
  "fromPlace": "BANGALORE",
  "fromState": 29,
  "reasonCode": "1",
  "reasonRem": "vehicle broke down",
  "transDocNo ": "1234 ",
  "transDocDate ": "12/10/2017 ",
  "transMode": "1",
  "vehicleType": "R"
}
'
{
"code": 200,
"data": {
"alert": null,
"data": {
"ewayBillNo": "291210077217",
"updatedDate": "26/04/2024 05:07:00 PM",
"validUpto": "21/05/2024 23:59:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "9c038b5a-ed68-478c-a727-591904aa91bb"
}

Request body schema

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
Example:

"101010501933"

Body

application/json

The body is of type object.

Response

200 - application/json

200 Success / 382 Validity can be only extended in last 8 hours / 705 Invalid transit type

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"9c038b5a-ed68-478c-a727-591904aa91bb"