Update the config 9 for a list of vehicles
PUT/terminal/config9
Please use this function to toggle on/off:
- the overspeed buzzer threshold
- the overspeed buzzer toggle
The expected values are: ON, OFF, UNCHANGED
You can use this endpoint by passing the list of identifiers (comma separated) inside the query parameter terminal_identifiers with either:
- the vehicles' identification numbers (VIN)
- the Cartrack terminals' serials
- the vehicles' registrations
Important: All identifiers in the list must be of the same type.
Notice:
- After making a call, please verify the returned value
configuration_tsto make sure the configuration is received by the vehicle. - This endpoint should not be called more than once every 5 minutes to prevent hardware failures.
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.