Initiate Multi Vehicle Movement

This API is used to initiate multiple vehicle movement. The details and parameters of the requests and responses are explained.

Validations

  • Eway bill should be active and valid.
  • Valid reasonCode, state code and unitCode to be sent.
  • totalQuantity should not be more than the quantity mentioned in eway bill for the first initiation
  • After one group movement of consignment in multiple vehicles is initiated, requests for next group movement will consider the totalQuantity of previous group.
  • If same JSON is passed without any change, new group will not be created.

Important Links

Run in Postman

Body Params

“data” JSON (corresponds to the data element of Multi Vehicle Movement Initiation API request)

{
  "ewbNo": 131001111287,
  "reasonCode": "1",
  "reasonRem": "vehicle broke down",
  "fromPlace": "BANGALORE",
  "fromState": 29,
  "toPlace": "Chennai",
  "toState": 33,
  "transMode": "1",
  "totalQuantity": 33,
  "unitCode": "NOS"
}
string
required

Action type

string
required

Encrypted Initiate Multi Vehicle JSON string - Encrypt (Base64(Request JSON),sek)

Headers
string
required

GSTIN of Requester (Tax payer or Transporter)

string
required

Username of Tax payer

string
required

Authentication token returned by the E-way bill system

Responses

405

Method not allowed

500

Internal Server Error

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json