/
Query by Notice Number
Returns the details of a specific traffic fine by its AARTO notice number.
Security
ApiKeyAuth
- Mock serverhttps://docs.amabills.co.za/_mock/openapi/v1/TrafficFine/ViewByNoticeNumber
- Testinghttps://api-test.amabills.co.za/api/v1/TrafficFine/ViewByNoticeNumber
- Productionhttps://api.amabills.co.za/api/v1/TrafficFine/ViewByNoticeNumber
curl -i -X POST \
https://docs.amabills.co.za/_mock/openapi/v1/TrafficFine/ViewByNoticeNumber \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"noticeNumber": "0100110373510309"
}'Traffic fine query by notice number response.
Response
{ "success": true, "noticeNumber": "0100110373510309", "result": { "infringements": [ … ], "hasFinesToPay": true, "netFinesAmnt": 560, "vendorFeeAmnt": 14, "grossAmnt": 574, "noticeNumber": "0100110373510309" } }