Skip to main content
POST
/
gst
/
compliance
/
e-way-bill
/
transporter
/
consolidated-bill
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/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": "57586e65-09cf-460d-99a1-591de7900d66" }

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.

Request body schema

View request body schema

Headers

authorization
string
required

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.

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Body

application/json
fromPlace
string
Example:

"BANGALORE SOUTH"

fromState
number
Example:

29

transDocDate
string
Example:

"12/10/2017"

transDocNo
string
Example:

"1234"

transMode
string
Example:

"1"

tripSheetEwbBills
object[]
Example:
[{ "ewbNo": 271010079977 }]
vehicleNo
string
Example:

"KA12AB1234"

Response

200 - application/json

200 EWBs consolidated / 650 Consignee cannot consolidate EWB

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"22b01c71-c072-4fc2-aa8d-86365bfa02d2"