Get E-Way Bill by Consigner Details

Sandbox API that takes in doctype and docNo and provides the E-Way bill generated by Consigner

Pricing Documentation

Overview

This API takes in GSTIN of Requester(Tax payer or Transporter), doctype and docNo and provides the E-Way bill generated by Consigner.

Endpoint

HTTP MethodResource
Get/ewb/tax-payer/consigner/bills?doc-type={doc-type}&doc-no={doc-no}

API Endpoint Contact Us  Free Trial

🚧

This API treats the authenticate GSTIN user as the Generator GSTIN

Request

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
doc-typestringDocument Type
Possible value -
INV : Tax Invoice
BIL : Bill of Supply
BOE : Bill of Entry
CHL : Delivery Challan
OTH : Others
Delivery Challan
doc-nostringDocument No12876343-9

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

curl --request GET \
     --url 'https://api.sandbox.co.in/ewb/tax-payer/consigner/bills?doc-type=doc-type&doc-no=doc-no' \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

Response

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated131000026768
ewayBillDatenumRefers to date when E-way bill is generated25/09/2018 10:30:00 AM
validUptonumRefers to valid date of E-way Bill26/09/2018 12.00:00 PM
alertRefers to any kind of alert

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