Get Other Party E-Way Bill

Sandbox API to get the E-Way Bill of other party by providing the date.

Pricing Documentation

Overview

This API takes in the gstin of the Requester(Taxpayer or Transporter) and gives the details of other party E-Way bills.

Endpoint

HTTP MethodResource
Get/ewb/tax-payer/buyer/bills?date={date}

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass the below 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
datestringRefers to date when E-way bill is generated10/12/2017

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

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

Response

ParamTypeDescriptionExamples
ewbNonumE-way bill Generated151000256262
ewayBillDatenumRefers to date when E-way bill is generated10/12/2017 10:45:00 AM
genModestringAPI
genGstinnumGSTIN number29AMRPV8729L1Z1
docNostringDocument No50
docDatestringDocument Date22/09/2017
fromgstinstringGSTIN of the Consignor29AAAAX1234S1ZN
fromTradenamestringLegalName of consignorXYZ Enterprises
togstinstringGSTIN of consignee29YYYXX1234S1ZN
toTradenamestringLegal name of consigneeABC Enterprises
totInvValuenumTotal Invoice Value1234556
hsncodenumHSN Code of the Product12
hsndescstringIt's a description of commodity of particular hsnCode.ddsd
statusstringStatus of E-way billACT
rejectStatusstringStatus of RejectionY

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