Consolidate E-Way Bill
POST {{sandbox_host}}/gst/compliance/e-way-bill/consignor/consolidated-bill
Can be updated either by the seller or the transporter
Request Body
{"fromPlace"=>"BANGALORE SOUTH", "fromState"=>29, "vehicleNo"=>"KA12AB1234", "transMode"=>"1", "transDocNo"=>"1234", "transDocDate"=>"12/10/2017", "tripSheetEwbBills"=>[{"ewbNo"=>131002233845}, {"ewbNo"=>161002233844}]}
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\": \"650,\"\n },\n \"status\": \"0\",\n \"info\": \"\"\n },\n \"timestamp\": {{$timestamp}}000\n}"