(Deprecated) Regenerating Consolidated E-Waybill
This API is deprecated. Please use the E-Waybill APIs from the unified set available here.
The API request for regenerating a Consolidated E-Waybill is asynchronous. Once you send a PUT request to regenerate an E-Waybill, you will receive a Workflow ID. Using this Workflow ID, you can check the regeneration status by sending a GET request to another endpoint.
Regenerate Consolidated E-Waybill
The request for regenerating a Consolidated E-Waybill is sent by submitting a PUT request to the E-Waybill API with the following request headers.
This request needs the IDs of E-Waybills with status PART_A
or GENERATED
or UPDATED
.
Key | Type | Description |
cewb_id | String | Required. Consolidated E-Waybill ID |
vehicle_number | String | Required. Vehicle number. |
from_place | String | Required. City name |
from_state | String | Required. Indian state |
transport_date | String | Required. Date of transport. |
transport_mode | String | Required. Mode of transport. |
regenerate_reason | ENUM | Required. Reason for regeneration. Possible values: BREAKDOWN, TRANSHIPMENT, OTHERS |
regenerate_remarks | String | Required. Remarks for regeneration. |
Note: All E-waybills sent for generating a Consolidated E-Waybill should have the same status.
URL query string:
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. |
Sample Request:
Sample Payload
Sample Response:
Please note down the workflow_id
returned by this request. You can use this to poll the updated status with a GET request later.
Get regeneration status
You can get the status of regeneration activity by submitting a GET request to the E-Waybill API with following request headers.
URL query string:
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. |
workflow_id | Path | String | Required. This is the workflow ID received in response to the Consolidate API. |
Sample Request:
Sample Response:
To know the Consolidated E-Waybill ID cewb_number
, you can call the Get E-Waybill endpoint.
Last updated