curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/multi-vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010080003,
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"toPlace": "Beml Nagar",
"toState": 24,
"totalQuantity": 33,
"transMode": "1",
"unitCode": "NOS"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"createdDate": "13/05/2024 04:12:00 PM",
"ewbNo": "211010079995",
"groupNo": "1"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "011bfe03-d1c4-43ed-8b18-d0ed34e50ca9"
}Initiate Multi-Vehicle Movement for an E-Way Bill
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/multi-vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010080003,
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"toPlace": "Beml Nagar",
"toState": 24,
"totalQuantity": 33,
"transMode": "1",
"unitCode": "NOS"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"createdDate": "13/05/2024 04:12:00 PM",
"ewbNo": "211010079995",
"groupNo": "1"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "011bfe03-d1c4-43ed-8b18-d0ed34e50ca9"
}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
"BANGALORE"
29
"1"
"vehicle broke down"
"Beml Nagar"
24
33
"1"
"NOS"
200 Multi-vehicle movement initiated / 645 Part B already updated / 381 Part B is not updated / 646 Consignee cannot initiate multi-vehicle movement
Was this page helpful?