Skip to main content
POST
/
gst
/
compliance
/
e-way-bill
/
consignor
/
consolidated-bill
/
{consolidated_ewb_no}
/
regenerate
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.

Request body schema

View request body schema

Headers

authorization
string
required

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.

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Path Parameters

consolidated_ewb_no
string
required
Example:

"2210011690"

Body

application/json
fromPlace
string
Example:

"Bengaluru"

fromState
number
Example:

29

reasonCode
string
Example:

"1"

reasonRem
string
Example:

"Flood"

transDocDate
string
Example:

"26/04/2018"

transDocNo
string
Example:

"1234"

transMode
string
Example:

"1"

tripSheetNo
number
Example:

2210011700

vehicleNo
string
Example:

"PQR1234"

Response

200 - application/json

200 Consolidated EWB regenerated / 392 Cancelled tripsheet cannot be regenerated / 387 Could not find tripsheet

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"7e76dd03-c03b-46da-a988-e0379ade7f1c"