curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"fromPlace": "BANGALORE SOUTH",
"fromState": 29,
"transDocDate": "12/10/2017",
"transDocNo": "1234",
"transMode": "1",
"tripSheetEwbBills": [
{
"ewbNo": 271010079977
}
],
"vehicleNo": "KA12AB1234"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"cEwbDate": "13/05/2024 02:43:00 PM",
"cEwbNo": "2210011690"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "8ddb61f7-3d6f-44d6-93f5-d33eeedbc6d2"
}Consolidate multiple E-Way Bills under one bill
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"fromPlace": "BANGALORE SOUTH",
"fromState": 29,
"transDocDate": "12/10/2017",
"transDocNo": "1234",
"transMode": "1",
"tripSheetEwbBills": [
{
"ewbNo": 271010079977
}
],
"vehicleNo": "KA12AB1234"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"cEwbDate": "13/05/2024 02:43:00 PM",
"cEwbNo": "2210011690"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "8ddb61f7-3d6f-44d6-93f5-d33eeedbc6d2"
}E-Way Bill access token
API key for identification
API version
Was this page helpful?