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
Header | Data |
---|---|
SELLER-GSTIN | 24AAAPI3182M002 |
IRP-USERNAME | test_24_001 |
IRP-PASSWORD | Trial63$value |
Authorization
Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.
Key Value | hylo_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]