The format and details of a Regeneration of Consolidated E-Way bill API request is depicted in following table.
URL | |
Content-Type |
application/json |
Method |
POST |
Request Header
Attributes | Description |
---|---|
client-id |
clientid to be provided by E-WAY BILL SYSTEM |
client-secret |
Secret to be provided by E-WAY BILL SYSTEM |
Gstin |
GSTIN of Requester(Tax payer or Transporter) |
authtoken |
Authentication token returned by the E-way bill system |
Request Payload
Attributes | Description | |
Action | REGENTRIPSHEET | REGENTRIPSHEET |
Encrypt(Base64(Request JSON),sek) |
Regeneration of Consolidated E- Way Bill JSON string. |
Attributes |
Description |
Value |
Status |
Status of request |
1 – Success ; 0 - Error |
Encrypt(Base64(Response JSON),sek) |
Response of Update Transporter Json string. The response will have updated date if successfully updated. Otherwise the response will have error codes. |
Regenerate Consolidated E- Way Bill Request
“data” JSON corresponds to the data element of Regeneration of Consolidated E-Way Bill Request above
Regenerate Consolidated E-Way Bill Response
“data” JSON corresponds to the data element of Regenerate Consolidated E-Way Bill Response(Success) above.
JSON(in case of error)
Parameter Name | Type | Description | Values | Sample Data | Allowed character |
---|---|---|---|---|---|
tripSheetNo |
Number(10) |
Consolidated E-Way Bill No (TripSheet No) |
1310006768 |
Numbers |
|
vehicleNo |
Text(15) |
Vehicle number |
BANGALORE SOUTH |
Alpha-numeric |
|
fromPlace |
Number(50) |
Current Place |
Refer Code list |
Bangalore |
Numbers |
fromState |
Number(2) |
Current State |
Refer Code list |
29 |
Numbers |
reasonCode |
Number(2) |
Reason code for Regeneration of Consolidated E-Way Bill |
Refer Code list |
2 |
Numbers |
reasonRem |
Text(50) |
Reason for Regeneration of Consolidated E-Way Bill |
Vehicle details updated |
Alpha-numeric |
|
transDocNo |
Text(15) |
Transporter Document number |
12-86/3 |
Alphanumeric, -, / If it is more than 15 chars, last 15 chars may be entered |
|
transDocDate |
Text |
Transporter Document Date |
dd/mm/yyyy |
12/09/2017 |
Content will be updated shortly.