(Deprecated) Multi-vehicle E-Waybill

You can use this API If the consignment of an e-way bill have to be moved in multiple vehicles.

Multi-vehicle E-Waybill

The request for generating a Multi-vehicle E-Waybill is sent by submitting a PUT request to the E-Waybill API with the following request headers.

This request needs the IDs of E-Waybill that you have generated

URL query string:

{{HOST}}/v0.1/taxable_entities/{taxable_entity_id}/ewaybill/{id}/multi_vehicle

Request Parameters:

Parameters

Parameter Type

Type

Description

X-Cleartax-Auth-Token

Header

String

Mandatory. The auth token generated from ClearTax user id and password.

taxable_entity_id

Path

String

Required. This is the unique ID associated with the GSTIN in your account.

id

Path

String

Required. Unique Transaction ID.

Source

Path

String

USER, GOVERNMENT, TRANSPORTER, ACTIVE_EWB

transport_mode

Body

String

Mandatory. ROAD, RAIL, AIR, SHIP, IN_TRANSIT

from_place

Body

String

Mandatory.

quantity

Body

String

Mandatory.

unit_of_measurement

Body

String

Mandatory. Refer unit master

update_reason

Body

String

Mandatory. BREAKDOWN, 'RANSHIPMENT, OTHERS, FIRST_TIME

remarks

Body

String

Mandatory.

ewb_client_id

Body

String

Mandatory. ID of the original E waybill

to_place

Body

String

Mandatory.

to_state

Body

String

Mandatory.

to_state

Body

String

Mandatory.

transporter_history_dtos

Body

List

Vehicle details are updated here

group_number

Body

String

You can add multiple vehicle in a group and you can also add multiple groups

Sample Request:

Sample Payload

Last updated

Was this helpful?