Change Multi Vehicle#
Change Multi Vehicle API can be used to update exiting multi vehicle to a group generated in Initiate Multi Vehicle Movement API.
API Route#
Route
/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/ewayapi/change-multi-vehicle
- active ‘flynn-version’: v3.0
- method: POST
URL Parameters#
Name | Description | Type |
---|---|---|
flynn-version | version of the API for example, v3.0 |
string |
ewb-api-version | E-invoice API version for example, v1.03 |
string |
ewb_provider | Eway bill provider for example, ew1 |
enum(ew1, ew2) |
Headers#
All headers are mentioned in common EWB headers
Request#
Body consists of the payload guided by E-way Bill documentation present on this page
Please refer the following request body for reference-
Sample request body
{
"ewbNo": 111000609282,
"groupNo": 1,
"oldvehicleNo": "PQR1234",
"newVehicleNo": " PQR1234",
"oldTranNo":"ABC123",
"newTranNo": "PQR123",
"fromPlace": "Lucknow",
"fromState": 09,
"reasonCode": "1",
"reasonRem": "vehicle broke down"
}
Response#
200
:#
Successful response will have the response in “data” attribute as a String
.
Sample response body
{
"status": "1",
"data": {
"ewbNo": "131002251962",
"groupNo": "1",
"vehUpdDate": "13/07/2023 03:23:00 PM"
},
"error": null,
"info": null,
"additionalInfo": null,
"alert": null
}
E-way Bill errors are mentioned under Common Errors for v3.0 API
Notes#
Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/ewayapi/change-multi-vehicle