This API helps to update E-Way Bill PART B.
Update E-way Bill Part B API, an integral component of the Goods and Services Tax (GST) system in India. This API enables developers and businesses to seamlessly update the Part B details of an Electronic Way Bill (E-way Bill), allowing for accurate and real-time information during the transportation of goods. The primary purpose of this API is to provide a robust mechanism for users to update the Part B details of an existing E-way Bill. By allowing dynamic modifications to critical information such as the transporter details, vehicle numbers, and other relevant data, this API supports the evolving requirements of the logistics and transportation industry.
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
{
"UpdateEwbPartB": {
"ewbNo": 681011771927,
"vehicleNo": "PQR1234",
"fromPlace": "BANGALORE",
"fromState": 29,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"transDocNo": "7001-68",
"transDocDate": "15/12/2017",
"transMode": "1",
"vehicleType": "R"
}
}
Sample Response
{
"Code": "0",
"Message": "E-Way bill Part-B updated successfully",
"Status": "APPROVED",
"UpdateEwbPartB": {
"vehUpdDate": "31/01/2024 08:13:00 PM",
"validUpto": "01/02/2024 11:59:00 PM",
"error": {}
}
}
Questions? Contact Us 📧 [email protected]