(Deprecated) Getting Consolidated E-Waybill

Get all Consolidated E-Waybill

You can get all Consolidated E-Waybills generated by submitting a GET request to the E-Waybill API with the following request headers.

URL query string:

{{HOST}}/v0.1/taxable_entities/{{TAXABLE_ENTITY_ID}}/consolidated_ewb

Request Parameters:

Parameters

Parameter Type

Type

Description

X-Cleartax-Auth-Token

Header

String

Mandatory. The auth token generated from ClearTax user id and password.

taxable_entity_id

Path

String

Required. This is the unique ID associated with the GSTIN in your account.

cewb_number

Query

String

Consolidated E-waybill number

cewb_start_date

Query

String

Consolidated E-waybill start date

cewb_end_date

Query

String

Consolidated E-waybill end date

from_place

Query

String

From place

Sample Request:

https://ewbbackend-preprodpub-http.internal.cleartax.co/gst/v0.1/taxable_entities/269ea15f-5e27-4203-bb11-3bb911fc5724/consolidated_ewb

Sample Response:

Last updated

Was this helpful?