{
"status": "success",
"billable": true,
"vehicle_number": "**********",
"transaction": {
"transaction_id": "***************",
"fee": "*",
"old_balance": "***",
"new_balance": "**"
},
"Alert_status": "************",
"result": {
"success": true,
"message": "*************",
"vehicle_number": "**********",
"total_record_count": "*",
"total_challan_amount": "****",
"pending_total_amount": "****",
"paid_total_amount": "*",
"results": {
"pending": [
{
"sr_no": "*",
"challan_number": "******************",
"challan_date": "**********",
"challan_time": "********",
"challan_status": "*******",
"challan_amount": "****",
"accused_name": "**************",
"court_details": {
"court_name": "*************",
"court_address": "***********************"
},
"offence_details": {
"offence_name": "********************************",
"offence_location": "****************************"
}
},
{
"sr_no": "*",
"challan_number": "******************",
"challan_date": "**********",
"challan_time": "********",
"challan_status": "*******",
"challan_amount": "****",
"accused_name": "**************",
"court_details": {
"court_name": "*************",
"court_address": "***********************"
},
"offence_details": {
"offence_name": "**************************************",
"offence_location": "****************************"
}
}
],
"paid": []
}
}
}