Set device settings in bulk, such as turning the in-cabin facing camera or distracted driver functionality on/off. Provide a list of IMEIs or group IDs.
Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "organizationId": 17,
- "groupIds": [
- 32
], - "config": {
- "adas": {
- "value": true
}, - "distractedDriver": {
- "value": true
}, - "liveVideo": {
- "value": true
}, - "driverCamera": {
- "value": true
}, - "textOverlay": {
- "value": true
}, - "inCabinCameraRecording": {
- "value": true
}, - "driverPosition": {
- "value": "left"
}, - "speedUnits": {
- "value": "mph"
}, - "audioAlarms": {
- "value": true
}, - "notifyLiveStreaming": {
- "value": true
}, - "adminPin": {
- "value": "1234"
}, - "driverPin": {
- "value": "4321"
}, - "brightness": {
- "value": 128
}, - "dateTimeUnits": {
- "value": "us"
}, - "voiceRecording": {
- "value": true
}, - "standby": {
- "timeout": 10
}, - "hotSpot": {
- "internetAccess": false,
- "hotspotEnabled": true
}, - "recordingEncryption": {
- "enabled": true,
- "password": "0123456789ABCDEF"
}, - "privacy": {
- "gpsEnabled": true,
- "mvaiEnabled": true,
- "liveStreamEnabled": true,
- "allEventsEnabled": true,
- "cameras": [
- {
- "cameraId": 1,
- "recordingEnabled": true,
- "eventsEnabled": true
}
]
}, - "pinCodeDi": {
- "value": true
}, - "qrDi": {
- "value": true
}, - "driverIdentification": {
- "driverPrompt": true,
- "audioAlert": true,
- "driverPromptDurationSeconds": 30
}, - "virtualIgnition": {
- "value": true
}, - "screenTimeout": {
- "value": 120
}, - "passengerLimit": {
- "value": 1
}, - "wakeupMsg": {
- "enabled": true,
- "timeout": 10
}, - "ledEnabled": {
- "value": true
}, - "setTimezoneByCloud": {
- "value": true
}
}
}
{- "requestId": "df5fg-45fgfdsg-45fg-45454"
}