Update Vehicle Details (Part B)
PUT {{sandbox_host}}/gst/compliance/e-way-bill/transporter/bill/:ewb_no/vehicle
Can be updated either by the seller or the transporter
Request Body
{"ewbNo"=>181010529476, "vehicleNo"=>"PQR1234", "fromPlace"=>"BANGALORE", "fromState"=>29, "reasonCode"=>"1", "reasonRem"=>"vehicle broke down", "transDocNo"=>"1234", "transDocDate"=>"12/10/2017", "transMode"=>"1", "vehicleType"=>"R"}
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\": \"361,\"\n },\n \"status\": \"0\",\n \"info\": \"\"\n },\n \"timestamp\": {{$timestamp}}000\n}"