curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 231010079649,
"vehicleNo": "PQR1234",
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"transDocNo ": "1234 ",
"transDocDate ": "12/10/2017 ",
"transMode": "1",
"vehicleType": "R"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"validUpto": "18/05/2024 11:59:00 PM",
"vehUpdDate": "13/05/2024 01:06:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "d96e4cc7-5dcd-4791-b43e-de87509a3d50"
}Update the Vehicle details (Part B) in an E-Way Bill with this API.
curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/vehicle \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 231010079649,
"vehicleNo": "PQR1234",
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"transDocNo ": "1234 ",
"transDocDate ": "12/10/2017 ",
"transMode": "1",
"vehicleType": "R"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"validUpto": "18/05/2024 11:59:00 PM",
"vehUpdDate": "13/05/2024 01:06:00 PM"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "d96e4cc7-5dcd-4791-b43e-de87509a3d50"
}E-Way Bill access token
API version
API key for identification
"141011175250"
The body is of type object.
Was this page helpful?