curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill/{consolidated_ewb_no}/regenerate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--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": {
"alert": null,
"data": {
"tripSheetEwayBills": [
{
"ewbNo": 271010079654
},
{
"ewbNo": 241010079655
}
],
"tripSheetNo": 2110011709
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "7e76dd03-c03b-46da-a988-e0379ade7f1c"
}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 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--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": {
"alert": null,
"data": {
"tripSheetEwayBills": [
{
"ewbNo": 271010079654
},
{
"ewbNo": 241010079655
}
],
"tripSheetNo": 2110011709
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "7e76dd03-c03b-46da-a988-e0379ade7f1c"
}E-Way Bill access token
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?