post https://api.sandbox.co.in/ewb/tax-payer/seller/bills/consolidate
Consolidate the E-Way bill details of the respective GSTIN
NOTE: Use JWT Authorization token received using E-Way Bill Authentication API
Request Body Example
{
"fromPlace": "BANGALORE SOUTH",
"fromState": 29,
"vehicleNo": "KA12AB1234",
"transMode": "1",
"transDocNo": "1234",
"transDocDate": "12/10/2017",
"tripSheetEwbBills": [
{
"ewbNo": "131002233845"
},
{
"ewbNo": "161002233844"
}
]
}