curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/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"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"ewbNo": "291010080003",
"groupNo": "1",
"vehUpdDate": "13/05/2024 04:37:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "4a367e41-c754-4c86-961e-e475197be997"
}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 '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"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"ewbNo": "291010080003",
"groupNo": "1",
"vehUpdDate": "13/05/2024 04:37:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "4a367e41-c754-4c86-961e-e475197be997"
}E-Way Bill access token
API key for identification
API version
"161010501944"
291010080003
"Lucknow"
9
11
"PQR123"
" PQR1234"
"ABC123"
"PQR1234"
"1"
"vehicle broke down"
Was this page helpful?