Transporter By Assigned Date
Overview
- This API takes in gstin of Requester(Tax payer or Transporter), date (E-way bill generated Date in which it is listed) and state code to give the E-Way bill by Transporter Assigned Date.
Problem
- Valid EWB generated date has to be passed.
- Only active E-waybill will be considered in this API.
- Valid state code of the EWB generator has to be passed.
- Rate control limit has been set for accessing this API. This API can be accessed 50 times with in a span of 15 min. This 15 min window starts from the time of first access of this API, if API is accessed 50 times within this period, API will be blocked for the remaining duration of time period.
Solution
- Use this API to get the E-Way bill by Transporter Assigned Date for GSTIN.
Endpoint
HTTP Method | Resource |
---|---|
Get |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
transin | string | E-way bill generated Date Parameters needs to be passed in the order in which it is listed | 29AKLPM8755F1Z2 |
stateCode | 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 |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/36/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
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 |
Updated 22 days ago