curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--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": {
"error": {
"errorCodes": "650,"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "f35b45eb-510e-47d2-9450-0654f4cf0064"
}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 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--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": {
"error": {
"errorCodes": "650,"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "f35b45eb-510e-47d2-9450-0654f4cf0064"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
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
Was this page helpful?