API Documentation

This API helps to change multi vehicle in E-way bill.

The "Change Multi-Vehicle E-way Bill API" simplifies updating E-way Bills for consignments moving through multiple vehicles from transhipment points. It reduces administrative tasks, ensuring accurate conveyance details and enhancing compliance. With real-time modifications, it supports dynamic logistics needs, improving operational efficiency and customer satisfaction.

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

{
    "ewbNo": 601011789562,
    "groupNo": 1,
    "oldvehicleNo": "PQR1234",
    "newVehicleNo": " PQR1234",
    "oldTranNo": "ABC12353",
    "newTranNo": "PQR123",
    "fromPlace": "Lucknow",
    "fromState": 9,
    "reasonCode": "1",
    "reasonRem": "vehicle broke down"
}

Sample Response

{
    "Code": "0",
    "Message": "Multi vehicle changed successfully",
    "Status": "APPROVED",
    "ChangeMultiVehicle": {
        "ewbNo": "601011789562",
        "groupNo": "1",
        "vehUpdDate": "18/04/2024 01:25:00 PM"
    }
}

Questions? Contact Us 📧 [email protected]

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