Get E-Way Bills for Transporter

Overview

This API takes in gstin of Requester(Tax payer or Transporter), date and State code of the generator of the E-waybill to give the E-Way bill from Transporter.

Endpoint

HTTP MethodResource
Get

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

Query Parameters

ParamTypeDescriptionExample
date (DD/MM/YYYY)stringE-way bill generated Date18/08/2021
gen_gstinstringGSTIN of the generator of the E-Way Bill (Optional)AAAAA0000A
state_codestringState code of the generator of the E-waybill (Optional21

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

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

Response

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
ewbDatenumE-way bill generation date23/03/2019 10:06:00 AM
statusstringStatus of E-way billACT
genGstinstringGSTIN number29AKLPM8755F1Z2
docNostringDocument numbertest1
docDatenumDocument Date15/02/2019
delPinCodenumDelivery Pincode560090
delStateCodenumState of Delivery
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
29
delPlacenumPlace of DeliveryBanglore
validUptonumDate till document is valid up-to23/03/2019 11:59:00 PM
extendedTimesnumStatus of Rejection0
rejectStatusstringDate of RejectionN

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