Get E-Way Bill for Transporter By Assigned Date
Sandbox API to get the E-Way bill for transporter by assigned date of the E-Way bill
Overview
This API takes in the gstin of the Requester(Taxpayer or Transporter), assigned_date (E-way bill generated Date in which it is listed), and state code to give the E-Way bill by Transporter Assigned Date.
Endpoint
HTTP Method | Resource |
---|---|
Get | /ewb/transporter/bill/assigned-date?assigned-date={assigned-date}&state-code={state-code} |
Request
Follow the below guidelines to pass GSTIN in path parameters to call the API.
Headers
Param | Type | Description | Example |
---|---|---|---|
x-api-key | string | An API key is a public key to identify users when calling any Sandbox API. | key_live_ZUQT5UEf4...... |
Authorization | string | JWT Authorization token which is generated using E-Way Bill Authentication API. | eyJhsebihGyUf...... |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
state_code | num | State code of the generator of the E-waybill and E-way bill assigned Possible value - 1 : JAMMU AND KASHMIR2 : HIMACHAL PRADESH3 : PUNJAB4 : CHANDIGARH5 : UTTARAKHAND6 : HARYANA7 : DELHI8 : RAJASTHAN9 : UTTAR PRADESH10 : BIHAR11 : SIKKIM12 : ARUNACHAL PRADESH13 : NAGALAND14 : MANIPUR15 : MIZORAM16 : TRIPURA17 : MEGHALAYA18 : ASSAM19 : WEST BENGAL20 : JHARKHAND21 : ORRISA22 : CHATTISGARH23 : MADHYA PRADESH24 : GUJARAT26 : DADAR AND NAGAR HAVELI & DAMAN AND DIU27 : MAHARASHTRA29 : KARNATAKA30 : GOA31 : LAKSHADWEEP32 : KERELA33 : TAMIL NADU34 : PUDUCHERRY35 : ANDAMAN AND NICOBAR36 : TELENGANA37 : ANDHRA PRADESH38 : LADAKH97 : OTHER TERRITORY99 : OTHER COUNTRY | 29 |
assigned_date | string | Date of assignment of E-Way Bill to the transporter | 23/03/2019 |
Once the values are added, Your curl will look something like this
curl --request GET \
--url 'https://api.sandbox.co.in/ewb/transporter/bill/assigned-date?state-code=29&assigned-date=23%2F03%2F2019' \
--header 'Authorization: xxxxxxxxxx' \
--header 'accept: application/json' \
--header 'x-api-key: xxxxxxxxxx' \
--header 'x-api-version: 1.0'
Response
Param | Type | Description | Examples |
---|---|---|---|
ewbNo | num | E-way bill Generated | 131000026768 |
ewbDate | num | E-way bill generation date | 23/03/2019 10:06:00 AM |
status | string | Status of E-way bill | ACT |
genGstin | string | GSTIN number | 29AKLPM8755F1Z2 |
docNo | string | Document number | test1 |
docDate | num | Document Date | 15/02/2019 |
delPinCode | num | Delivery Pincode | 560090 |
delStateCode | num | State of Delivery Possible value - 1 : JAMMU AND KASHMIR2 : HIMACHAL PRADESH3 : PUNJAB4 : CHANDIGARH5 : UTTARAKHAND6 : HARYANA7 : DELHI8 : RAJASTHAN9 : UTTAR PRADESH10 : BIHAR11 : SIKKIM12 : ARUNACHAL PRADESH13 : NAGALAND14 : MANIPUR15 : MIZORAM16 : TRIPURA17 : MEGHALAYA18 : ASSAM19 : WEST BENGAL20 : JHARKHAND21 : ORRISA22 : CHATTISGARH23 : MADHYA PRADESH24 : GUJARAT26 : DADAR AND NAGAR HAVELI & DAMAN AND DIU27 : MAHARASHTRA29 : KARNATAKA30 : GOA31 : LAKSHADWEEP32 : KERELA33 : TAMIL NADU34 : PUDUCHERRY35 : ANDAMAN AND NICOBAR36 : TELENGANA37 : ANDHRA PRADESH38 : LADAKH97 : OTHER TERRITORY99 : OTHER COUNTRY | 29 |
delPlace | num | Place of Delivery | Banglore |
validUpto | num | Date till document is valid up-to | 23/03/2019 11:59:00 PM |
extendedTimes | num | Status of Rejection | 0 |
rejectStatus | string | Date of Rejection | N |
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
Updated about 1 month ago