serial_number
parameter.Authorization
header is optional. To pair RL device with external (Webfleet / Ituran) device, if user and device (device_id
parameter) belong to different companies, the user should provide bearer token in the Authorization
header.serial_number
parameter:additional
parameter:null
.{"ldw_l": "snapshot_only", "ldw_r": "snapshot_only", "hmw": "snapshot_only", "ufcw": "video_snapshot", "fcw": "video_snapshot", "pdz": "snapshot_only", "pcw": "snapshot_only", "tsr": "snapshot_only"}
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/external_service//pair' \
--form 'device_id=""' \
--form 'serial_number=""' \
--form 'license_plate="NYV004"' \
--form 'additional=""'
{
"meta": {
"code": 200
},
"response": "success",
"result": "OK"
}