Update Vehicle Details (Part B)

Update the Vehicle details(Part B) in E-Way Bill.

Request Body Example


{
    "ewbNo": 131002233704,
    "vehicleNo": "PQR1234",
    "fromPlace": "BANGALORE",
    "fromState": 29,
    "reasonCode": "1",
    "reasonRem": "vehicle broke down",
    "transDocNo ": "1234 ",
    "transDocDate ": "12/10/2017 ",
    "transMode": "1",
    "vehicleType": "R"
}

Language
Click Try It! to start a request and see the response here!