Get Consolidated EWB PDF

You can print a consolidated EWB by sending a GET request to E-Invoicing API with the following request headers.

Request URL

GET: {{HOST}}/einv/v1/consolidate-ewaybill/print?ewb_number={{ewb_number}}

Request Headers

x-cleartax-auth-token: {{USER_AUTH_TOKEN}}
gstin:{{gstin_number}}
PARAMTERPARAM TYPETYPEDESCRIPTION

X-Cleartax-Auth-Token

Header

String

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

gstin

Header

String

Mandatory. GSTIN number for the user

ewb_number

Query

String

Mandatory. E-waybill number to be printed

Sample Response

Last updated