Regenerate Consolidate E-Way Bill

Regenerate Consolidate E Way Bill API

Request Method

POST

Request Path

{{API_URL}}/api/v1/consolidatedEwayBillsRegenerate/

Request Headers

Parameter
Value
Description

Authorization/api_key

api_key/auth token

Value and header type is mentioned in the Authentication Page

Request Body

The request body description for the API can be found here.

Sample Request

{
    "userGstin": "XXXXXXXXXXXXXXX",
    "consolidated_eway_bill_number": 3210007391,
    "place_of_consignor": "Noida",
    "state_of_consignor": "Uttar Pradesh",
    "vehicle_number": "JJK8977",
    "mode_of_transport": 2,
    "transporter_document_number": 14456,
    "transporter_document_date": "15/09/2023",
    "reason_of_cancel": "Data Entry Mistake",
    "reason_for_updation": "Wrong Entry"
}

Response Body

200 (OK)

The response description for success can be found here.

Sample Response

204 (Invalid Parameters)

Last updated