curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bill/{ewb_no}/multi-vehicle/vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010080003,
"fromPlace": "Lucknow",
"fromState": 9,
"groupNo": 11,
"newTranNo": "PQR123",
"newVehicleNo": " PQR1234",
"oldTranNo": "ABC123",
"oldvehicleNo": "PQR1234",
"reasonCode": "1",
"reasonRem": "vehicle broke down"
}
'Update the Vehicle details in an E-Way Bill with multi-vehicle movement initiated.
curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bill/{ewb_no}/multi-vehicle/vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010080003,
"fromPlace": "Lucknow",
"fromState": 9,
"groupNo": 11,
"newTranNo": "PQR123",
"newVehicleNo": " PQR1234",
"oldTranNo": "ABC123",
"oldvehicleNo": "PQR1234",
"reasonCode": "1",
"reasonRem": "vehicle broke down"
}
'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.
API key for identification
API version
"171002233847"
291010080003
"Lucknow"
9
11
"PQR123"
" PQR1234"
"ABC123"
"PQR1234"
"1"
"vehicle broke down"
Was this page helpful?