Get Other Party E-Way Bill
Sandbox API to get the E-Way Bill of other party by providing the date.
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 Method | Resource |
---|---|
Get | /ewb/tax-payer/buyer/bills?date={date} |
Request
Follow the below guidelines to pass the below 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 |
---|---|---|---|
date | string | Refers to date when E-way bill is generated | 10/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
Param | Type | Description | Examples |
---|---|---|---|
ewbNo | num | E-way bill Generated | 151000256262 |
ewayBillDate | num | Refers to date when E-way bill is generated | 10/12/2017 10:45:00 AM |
genMode | string | API | |
genGstin | num | GSTIN number | 29AMRPV8729L1Z1 |
docNo | string | Document No | 50 |
docDate | string | Document Date | 22/09/2017 |
fromgstin | string | GSTIN of the Consignor | 29AAAAX1234S1ZN |
fromTradename | string | LegalName of consignor | XYZ Enterprises |
togstin | string | GSTIN of consignee | 29YYYXX1234S1ZN |
toTradename | string | Legal name of consignee | ABC Enterprises |
totInvValue | num | Total Invoice Value | 1234556 |
hsncode | num | HSN Code of the Product | 12 |
hsndesc | string | It's a description of commodity of particular hsnCode. | ddsd |
status | string | Status of E-way bill | ACT |
rejectStatus | string | Status of Rejection | Y |
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