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

Body

application/json

E-Way Bill schema.

fromPlace
string

The fromPlace value.

Example:

"BANGALORE SOUTH"

fromState
number

The fromState value.

Example:

29

transDocDate
string

The transDocDate value.

Example:

"12/10/2017"

transDocNo
string

The transDocNo value.

Example:

"1234"

transMode
string

The transMode value.

Example:

"1"

tripSheetEwbBills
object[]

The tripSheetEwbBills value.

Example:
vehicleNo
string

The vehicleNo value.

Example:

"KA12AB1234"

Response

200 - application/json

200 EWBs consolidated / 650 Consignee cannot consolidate EWB

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