curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/multi-vehicle/vehicle \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--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"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "411"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "27d0adf9-1942-40c8-867d-19b490642ab1"
}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/consignor/bill/{ewb_no}/multi-vehicle/vehicle \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--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"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "411"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "27d0adf9-1942-40c8-867d-19b490642ab1"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
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
"161010501944"
291010080003
"Lucknow"
9
11
"PQR123"
" PQR1234"
"ABC123"
"PQR1234"
"1"
"vehicle broke down"
Was this page helpful?