Update Vehicle
PUT {{sandbox_host}}/gst/compliance/e-way-bill/transporter/bill/:ewb_no/multi-vehicle/vehicle
Request Body
{"ewbNo"=>171002233847, "groupNo"=>11, "oldvehicleNo"=>"PQR1234", "newVehicleNo"=>" PQR1234", "oldTranNo"=>"ABC123", "newTranNo"=>"PQR123", "fromPlace"=>"Lucknow", "fromState"=>9, "reasonCode"=>"1", "reasonRem"=>"vehicle broke down"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| x-api-key | string | ||
| authorization | string | 
RESPONSES
status: OK
"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"error\": {\n            \"errorCodes\": \"411\"\n        },\n        \"status\": \"0\",\n        \"info\": \"\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"