Actions
Bug #1549
closedV 22/11/25 Violation list is not updating
Description
Violation list is not updating
it is not showing the update number prices of violations
Files
Updated by Fahad Zahoor about 2 months ago
- Assignee changed from mohsin mohsin to Ali Akbar
Updated by Fahad Zahoor about 1 month ago
@Ali Akbar api for this task is ready.
Here is API Details
violations/calculate-fines/
request body {
"plate_numbers": ["ABC123", "XYZ789", "JKL012"]
}
{
"status": "success",
"total_fines": 2850.75,
"plate_count": 3,
"plates_found": 2,
"plates_not_found": 1,
"not_found_plates": ["ABC123"],
"breakdown": [
{
"plate_number": "JMK4829",
"total_fines": 1200.50,
"violation_count": 4
},
{
"plate_number": "LPJ2847",
"total_fines": 1650.25,
"violation_count": 6
}
]
}
{
"status": "error",
"message": "plate_numbers must be a list"
}
{
"status": "error",
"message": "plate_numbers list is required in request body"
}
Updated by Fahad Zahoor about 1 month ago
- Due date changed from 11/28/2025 to 12/02/2025
Updated by Ali Akbar about 1 month ago
- File Screenshot 2025-12-02 at 16.50.43.png Screenshot 2025-12-02 at 16.50.43.png added
- % Done changed from 0 to 100

Updated by Andre Mene about 1 month ago
- Status changed from Feedback to Closed
- Target version set to Version 03.12.2025.0018
Thanks
I will close this task
Actions