curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill/{consolidated_ewb_no}/regenerate \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"fromPlace": "Bengaluru",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "Flood",
"transDocDate": "26/04/2018",
"transDocNo": "1234",
"transMode": "1",
"tripSheetNo": 2210011700,
"vehicleNo": "PQR1234"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "387"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "226f5a14-62d4-4fa0-b8e0-ea2c6bf06c3e"
}API to regenerate the consolidated E-Way Bill
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill/{consolidated_ewb_no}/regenerate \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"fromPlace": "Bengaluru",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "Flood",
"transDocDate": "26/04/2018",
"transDocNo": "1234",
"transMode": "1",
"tripSheetNo": 2210011700,
"vehicleNo": "PQR1234"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "387"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "226f5a14-62d4-4fa0-b8e0-ea2c6bf06c3e"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
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 key for identification
API version
"2210011690"
"Bengaluru"
29
"1"
"Flood"
"26/04/2018"
"1234"
"1"
2210011700
"PQR1234"
200 Consolidated EWB regenerated / 392 Cancelled tripsheet cannot be regenerated / 387 Could not find tripsheet
Was this page helpful?