The format and details of Consolidated E-way bill API request is depicted in following table.
URL | <URL>/ewayapi/ |
---|---|
Content-Type |
application/json |
Method |
POST |
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 |
Attributes | Description | |
---|---|---|
action | GENCEWB | |
Encrypt(Base64(Request JSON),sek) | Consolidated E-way bill JSON string |
Attributes | Description | Value |
---|---|---|
status | Status of request | 1-Success ; 0-Error |
Encrypt(Base64(Response JSON),sek) | Response of Consolidated E-way bill JSON string. The response will have consolidated eway bill number and generated date if it is successfully generated. Otherwise the response will have error codes |
Generate Consolidated E-WAY BILL Request
“data” JSON (corresponds to the data element of Generate Consolidated E-WAY BILL Request)
Generate Consolidated E-WAY BILL Response
“data” JSON corresponds to the data element of Generate Consolidated EWB Response(Success) above
JSON(in case of error)
Parameter Name | Type | Description | Values | Sample Data | Allowed character |
---|---|---|---|---|---|
vehicleNo |
Text(15) |
vehicle number |
KA12AP1235 |
Alpha-numeric |
|
fromPlace |
Text(50) |
from place of consignor |
Rajasthan |
Alphabetic |
|
transMode |
Number(3) |
Mode of Transportation |
Refer Code list |
2 |
Number |
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 format |
12/09/2017 |
|
fromState |
Number(2) |
State of Consignor |
Refer Code list |
8 |
|
tripSheetEwbBills |
List of eway bills |
||||
ewbNo |
Number(12) |
E-way bill Number generated |
345654565456 |
Number |