Update MiFleet Toll Validation Entry
PUT/mifleet/toll/:id
Updates an existing MiFleet toll validation entry. This endpoint enables modifications to toll transaction records, allowing changes to be made to details such as toll amounts, vehicle data, and dates. It is crucial for ensuring the accuracy and currency of toll records.
Note: MiFleet API endpoints are only accessible to main account administrators. Subusers do not have access to these APIs.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.