Get E-Waybill PDF
You can use this endpoint to get a PDF version of an E-Waybill.
Request Method
GET
Request URL
Request Headers
X-Cleartax-Auth-Token
Header
String
Mandatory. The auth token generated from ClearTax user id and password.
gstin
Header
String
Mandatory. User GSTIN
Request Path Params
There are no path parameters for this API.
Request Query Params
Parameter
Data Type
Field Validations
Description
format
String
NA
Available values: PDF, ZIP.
Default: zip
Request Body
ewb_numbers
Array
NA
E-WayBill Number
print_type
String
NA
Enum: BASIC, DETAILED
Response Status Codes
200
For a successfully processed request (may be a success or validation error).
401
If the user is not authenticated for the operation.
403
If the user is not authorized for the operation.
500
If there are any unhandled exceptions on the Clear side.
Response Schema
errorCode
Number
NA
Error Code. If there is no error, then this field will not be present.
errorMessage
String
NA
Error message. If there is no error, then this field will not be present.
errorSource
String
NA
Error Source. If there is no error, then this field will not be present.
Sample Request and Response
Request
Response - Success:
HTTP Status Code: 200 OK
How to save the response as PDF in Postman.
Response - Failure:
HTTP Status Code: 200 OK
API Validations
Currently there are no known validations for this API.
API Constraints
Maximum up to 10 E-waybill numbers can be sent in one request.
EWB details should be present in ClearTax database
Last updated
Was this helpful?