Change Multi Vehicles

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

Validations

  • Eway bill should be active and valid
  • GroupNo should be mapped to eway bill and should exists for that e-way bill
  • OldvehcileNo or oldTranNo should exists for the same e-waybill and group in the system
  • Valid vehicle number and reason codes
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Important Links

Run in Postman

Body Params

“data” JSON (corresponds to the data element of Change Multi Vehicles API request)

{
  "ewbNo": 111000609282,
  "groupNo": 1,
  "oldvehicleNo": "PQR1234",
  "newVehicleNo": " PQR1234",
  "oldTranNo":"ABC123",
  "newTranNo": "PQR123",
  "fromPlace": "Lucknow",
  "fromState": 09,
  "reasonCode": "1",
  "reasonRem": "vehicle broke down"
}
string
required

Action type

string
required

Encrypted update vehicle details in Multi Vehicle Movement 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json