Get E-Way Bill Generated By Consigner

Overview
- This API takes in GSTIN of Requester(Tax payer or Transporter), doctype and docNo and provides the E-Way bill generated by Consigner.
Problem
- This API treats the logged in user as the Generator GSTIN.
- Only active E-Waybill will be considered in this API.
Solution
- Use this API to generate E-Way bill which are generated by consigner by just providing GSTIN, doctype and docNo.
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 |
docType | string | Document Type Possible value - INV : Tax InvoiceBIL : Bill of SupplyBOE : Bill of EntryCHL : Delivery ChallanOTH : Others | Delivery Challan |
docNo | string | Document No | 12 |
Once the values are added, Your curl will look something like this
curl --request POST \
--url https://api.sandbox.co.in/30/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 |
ewayBillDate | num | Refers to date when E-way bill is generated | 25/09/2018 10:30:00 AM |
validUpto | num | Refers to valid date of E-way Bill | 26/09/2018 12.00:00 PM |
alert | Refers to any kind of alert |
Updated 2 months ago