Skip to main content
POST

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

E-Way Bill schema.

ewbNo
number

The ewbNo value.

Example:

291010080003

fromPlace
string

The fromPlace value.

Example:

"BANGALORE"

fromState
number

The fromState value.

Example:

29

reasonCode
string

The reasonCode value.

Example:

"1"

reasonRem
string

The reasonRem value.

Example:

"vehicle broke down"

toPlace
string

The toPlace value.

Example:

"Beml Nagar"

toState
number

The toState value.

Example:

24

totalQuantity
number

The totalQuantity value.

Example:

33

transMode
string

The transMode value.

Example:

"1"

unitCode
string

The unitCode value.

Example:

"NOS"

Response

200 - application/json

200 Multi-vehicle movement initiated / 645 Part B already updated / 381 Part B is not updated / 646 Consignee cannot initiate multi-vehicle movement

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