curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/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": "e4bbb27c-f1b5-4b07-9396-4d3fa3a217b3"
}With this API, businesses can extend validity of the E-Way Bill. You can extend an E-Way Bill up to eight hours before or after it expires. The validity extension will be based on the remaining distance to be traveled.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/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": "e4bbb27c-f1b5-4b07-9396-4d3fa3a217b3"
}E-Way Bill access token
API version
API key for identification
"191002233843"
The body is of type object.
Was this page helpful?