The format and details of a Multi Vehicle Movement Initiation API request is depicted in following table.
URL | <URL>/ewayapi/ |
---|---|
Content-Type |
application/json |
Method |
POST |
Attributes | Description |
---|---|
client-id |
Client-id 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 | MULTIVEHMOVINT | |
Encrypt (Base64(Request JSON),sek) | Encrypted Initiate Multi Vehicle JSON string |
Attributes | Description | Value |
---|---|---|
status | Status of request | 0 – for Failure ;1 – for Success |
Encrypt(Base64(Response JSON),sek) | Response of Multi Vehicle initiation JSON string, The response will have eway bill number, group no. and initiated date if it is successfully generated. Otherwise the response will have error codes. |
Schema for Initiate multi vehicle movement
Parameter Name | Type | Description | Values | Sample Data | Allowed character |
---|---|---|---|---|---|
ewbNo |
Number(12) |
E-way bill Generated |
131000026768 |
Numbers |
|
fromPlace |
Text(50) |
Place of Consignor |
BANGALORE SOUTH |
Alpha-numeric |
|
fromState |
Number(2) |
State of Consignor |
Refer Code list |
29 |
Numbers |
reasonCode |
Number(1) |
Reason code for vehicle updation |
Refer Code list |
2 |
Numbers |
toPlace |
Number(2) |
Reason for Vehicle Updation |
Vehicle details updated |
Alpha-numeric |
|
totalQuantity |
Number |
Total Quantity |
Numbers |
||
unitCode |
Text(3) |
Unit Code |
NOS |
Alpha |
|
transMode |
Number(1) |
Mode of Transport |
Refer Code list |
1 |
Numbers |
ewbNo |
Number(12) |
E-way bill Generated |
Values |
131000026768 |
Numbers |
fromPlace |
Text(50) |
Place of Consignor |
BANGALORE SOUTH |
Alpha-numeric |
|
fromState |
Number(2) |
State of Consignorr |
Refer Code list |
29 |
Numbers |
reasonCode |
Number(1) |
Reason code for vehicle updation |
Refer Code list |
2 |
Numbers |
toPlace |
Text(50) |
Place of Consinee |
BANGALORE SOUTH |
Alpha-numeric |
|
toState |
Number(2) |
State of Consinee |
Refer Code list |
29 |
Numbers |
reasonRem |
Text(50) |
Reason for Vehicle Updation |
Vehicle details updated |
Alpha-numeric |
|
totalQuantity |
Number |
Total Quantity |
Numbers |
||
unitCode |
Text(3) |
Unit Code |
NOS |
Alpha |
|
transMode |
Number(1) |
Mode of Transport |
Refer Code list |
1 |
Numbers |