The format and details of updating vehicle in Multi Vehicle Movement 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 | Values |
---|---|---|
action | MULTIVEHUPD | |
Encrypt (Base64(Request JSON),sek) | Encrypted update vehicle details in Multi Vehicle Movement JSON string |
Attributes | Description | Value |
---|---|---|
status | Status of request | 0 – for Failure ;1 – for Success |
Encrypt(Base64(Response JSON),sek) | Response of update vehicle details in Multi Vehicle Movement JSON string, The response will have e way bill number and group no. and vehicle updated 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 |
|
groupNo |
Number (1) |
Group Number |
Numbers |
||
oldvehicleNo |
Text(15) |
Vehicle number |
KA12TR1234 |
Alpha-numeric |
|
newVehicleNo |
Text(15) |
Vehicle number |
KA12TR1234 |
Alpha-numeric |
|
oldTranNo |
Text(15) |
Old Tran Number |
Alphanumeric, -, / |
||
newTranNo |
Text(15) |
New Tran Number |
Alphanumeric, -, / |
||
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 |
reasonRem |
Text(50) |
Reason for Vehicle Updation |
Vehicle details updated |
Alpha-numeric |