Update E-Waybill Transporter ID
You can use this API to update the Transporter ID of an E-Way bill.
Request Method
POST
Request URL
Request Headers
X-Cleartax-Auth-Token
Header
String
gstin
Header
String
Mandatory. GSTIN number for the user
Request Path Params
There are no path parameters for this API.
Request Query Params
action
String
NA
Mandatory.
Enum= UPDATE_TRANSPORTER_ID
Request Body
EwbNumber
Number
12 Digits
Mandatory. E-Way Bill Number
TransporterId
String
15 Digits
Mandatory. Transporter GSTIN
Response Status Codes
200
For a successfully processed request (may be a success or validation error).
400
Bad Request. Invalid JSON.
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
EwbNumber
Number
12 Digits
E-Way Bill number
UpdatedDate
String
NA
Date and time of update. This will be null in case of failure.
ValidUpto
NA
NA
null
errors
List
NA
This will be null if there will be no error.
Errors Object
error_code
Number
NA
Error Code. If there is no error, then this field will not be present.
error_message
String
NA
Error message. If there is no error, then this field will not be present.
error_source
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
Response - Failure
HTTP Status Code - 200
API Validations
Currently there are no known validations for this API.
API Constraints
The transporter can be updated for the e-way bill only by the current transporter. If transporter is not assigned, then the generator can update
Transporter ID should be valid a GSTIN.
Transporter ID can be updated only if the e-way bill is active, that is, not cancelled
Transporter ID can be updated only if the e-way bill is within the validity period, that is, validity is not expired.
Last updated
Was this helpful?