API Documentation

This API helps to extend E-Way Bill validity.

Extend E-way Bill Validity API, an essential component of the Goods and Services Tax (GST) system in India. This API empowers developers and businesses to programmatically extend the validity period of Electronic Way Bills (E-way Bills), facilitating smoother and more flexible goods transportation. The primary purpose of this API is to provide a streamlined mechanism for users to extend the validity period of an existing E-way Bill beyond its original expiration date. Whether due to unforeseen delays or specific business requirements, this API allows for dynamic adjustments to the E-way Bill's expiration date.

Data to Test Integration

HeaderData
SELLER-GSTIN24AAAPI3182M002
IRP-USERNAMEtest_24_001
IRP-PASSWORDTrial63$value

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

{
    "ExtendEwbValidity": {
        "ewbNo": 601011772025,
        "vehicleNo": "PQR1234",
        "fromPlace": "Bengaluru",
        "fromState": "29",
        "remainingDistance": 50,
        "transDocNo": "1234",
        "transDocDate": "30/01/2024",
        "transMode": "5",
        "extnRsnCode": 1,
        "extnRemarks": "Flood",
        "fromPincode": 560090,
        "consignmentStatus": "T",
        "transitType": "R",
        "addressLine1": "Bengaluru",
        "addressLine2": "Bengaluru",
        "addressLine3": "Bengaluru"
    }
}

Sample Response

{
    "Code": "0",
    "Message": "E-Way Bill validity extended successfully.",
    "Status": "APPROVED",
    "ExtendEwbValidity": {
        "ewayBillNo": "601011772025",
        "updatedDate": "02/02/2024 11:29:00 AM",
        "validUpto": "03/02/2024 11:59:00 PM",
        "error": {}
    }
}

Questions? Contact Us 📧 [email protected]

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!