Skip to main content
PUT

Request body schema

View request body schema

Headers

authorization
string
required

E-Way Bill access token. For token-generation steps, refer to the Generate E-Way Bill Session recipe, then pass the token in the authorization header.

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Path Parameters

ewb_no
string
required

Body

application/json

Request body for UpdateMultiVehicle.

ewbNo
number
required

Ewaybill Number

groupNo
number
required

Group Number

oldvehicleNo
string
required

Old Vehicle Number

Required string length: 7 - 15
newVehicleNo
string
required

New Vehicle Number

Required string length: 7 - 15
oldTranNo
string
required

Old Tran Number

Maximum string length: 15
newTranNo
string
required

New Tran Number

Maximum string length: 15
fromPlace
string
required

From Place

Maximum string length: 50
fromState
integer
required

From State

Required range: x <= 99
reasonCode
string
required

Reason Code

Required string length: 1
reasonRem
string
required

Remarks

Maximum string length: 50

Response

200 - application/json

200 Vehicle updated / 301 Invalid EWB number / 411 Multi-vehicle not initiated for specified details

An E-Way Bill success or NIC business-failure response. Both variants use HTTP 200.

code
enum<integer>
required

NIC response code.

Available options:
200
timestamp
integer<int64>
required

Unix timestamp.

transaction_id
string
required

Request transaction identifier.

data
object
required