Consolidate E-Way Bill

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

Overview

This API takes in gstin of Requester(Tax payer or Transporter) to give the Consolidated E-Way bill details of respective gstin.

Endpoint

HTTP MethodResource
Post

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......

Body Parameters

ParamTypeDescriptionExamples
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
transModenumMode of transportation
Possible value -
1 : Road
2 : Rail
3 : Air
4 : Ship
5 : inTransit
1
transDocNostringTransporter Document number12-86/3
transDocDatestringTransporter Document Date12/09/2017
tripSheetEwbBillsarrayArray of E-Way Bill Number[
{
"ewbNo": "131002233845"
},
{
"ewbNo": "161002233844"
}
]

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

curl --request POST \
     --url https://api.sandbox.co.in/15/pan/xxxxxxxxx?ewaybillno=xxxxxx&ewaybilldate=xxxxx \
     --header 'Authorization: xxxxxxxxx' \
     --header 'x-api-key: xxxxxxxxx' \
     --header 'x-api-version: 1.0'

Response

ParamTypeDescriptionExamples
cEwbNonumConsolidated E-Way Bill Number1810000387
cEWBDatenumConsolidated E-Way Bill Date15/12/2017 10:27:00 AM

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 will be applicable, for more information contact support.

Versioning

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