curl --request POST \
--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,
"groupNo": "1",
"quantity": 15,
"transDocDate": "12/10/2017",
"transDocNo": "1234",
"vehicleNo": "PQR1234"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"ewbNo": "291010080003",
"groupNo": "1",
"vehAddedDate": "13/05/2024 04:19:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "bc53b878-7de9-4db6-ad78-19403c337067"
}Add vehicle to the bill after initiating multi-vehicle movement
curl --request POST \
--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,
"groupNo": "1",
"quantity": 15,
"transDocDate": "12/10/2017",
"transDocNo": "1234",
"vehicleNo": "PQR1234"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"ewbNo": "291010080003",
"groupNo": "1",
"vehAddedDate": "13/05/2024 04:19:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "bc53b878-7de9-4db6-ad78-19403c337067"
}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"
Was this page helpful?