Get Consolidated E-Way Bill

Sandbox API to get the consolidated E-Way bill details of the respective GSTIN

Pricing Documentation

Overview

This API takes in the gstin of the Requester(Taxpayer or Transporter) and provides the Consolidated E-way bill details for a given E-way bill number

Endpoint

HTTP MethodResource
Get/ewb/tax-payer/seller/bills/consolidate/{cons_ewb_no}

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass GSTIN in path parameters to call the API.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT Authorization token which is generated using E-Way Bill Authentication API.eyJhsebihGyUf......

Path Parameters

ParamTypeDescriptionExample
cons_ewb_nonumConsolidated E-Way Bill No (TripSheet No)1610005711

Once the values are added, Your curl will look something like this

curl --request GET \
     --url https://api.sandbox.co.in/ewb/tax-payer/seller/bills/consolidate/1610005711 \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

Response

ParamTypeDescriptionExamples
tripSheetNonumConsolidated E-Way Bill No (TripSheet No)1610005711
vehicleNostringVehicle number
Possible value -

1. AB121234 (First 2 char are State Code)
2. AB12A1234 (First 2 char are State Code)
3. AB12AB1234 (First 2 char are State Code)
4. ABC1234
5. AB123A1234 (First 2 char are State Code)
6. AB12ABC1234 (First 2 char are State Code)
7. DFXXXXXX (Defence Vehicle)
8. TMXXXXXXXXXXXXX (Temp RC) At least 7 characters
9. BPXXXXXXXXXXXXX (Bhutan Vehicle) At least 7 characters
10. NPXXXXXXXXXXXXX (Nepal Vehicle) At least 7 characters
KA12BL4567
fromPlacenumCurrent PlaceBANGALORE SOUTH
fromStatenumCurrent State
Possible value -
1 : JAMMU AND KASHMIR
2 : HIMACHAL PRADESH
3 : PUNJAB
4 : CHANDIGARH
5 : UTTARAKHAND
6 : HARYANA
7 : DELHI
8 : RAJASTHAN
9 : UTTAR PRADESH
10 : BIHAR
11 : SIKKIM
12 : ARUNACHAL PRADESH
13 : NAGALAND
14 : MANIPUR
15 : MIZORAM
16 : TRIPURA
17 : MEGHALAYA
18 : ASSAM
19 : WEST BENGAL
20 : JHARKHAND
21 : ORRISA
22 : CHATTISGARH
23 : MADHYA PRADESH
24 : GUJARAT
26 : DADAR AND NAGAR HAVELI & DAMAN AND DIU
27 : MAHARASHTRA
29 : KARNATAKA
30 : GOA
31 : LAKSHADWEEP
32 : KERELA
33 : TAMIL NADU
34 : PUDUCHERRY
35 : ANDAMAN AND NICOBAR
36 : TELENGANA
37 : ANDHRA PRADESH
38 : LADAKH
97 : OTHER TERRITORY
99 : OTHER COUNTRY
KARNATAKA
reasonCodenumReason code for Regeneration of Consolidated E-Way Bill
Possible value -
1 : Due to Break Down
2 : Due to Transshipment
3 : Others (Pls. Specify)
4 : First Time
2
reasonRemstringReason for Regeneration of Consolidated E-Way BillVehicle details updated
transDocNostringTransporter Document number12-86/3
transDocDatestringTransporter Document Date12/09/2017

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since Generate E-Way Bill is a Paid API, a wallet charge of INR 0.25 + GST will take place.

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here