Pair RL device with external device
PUT
https://fleet.roscolive.com/api/v1.0/external_service/{service_type}/pair
external service
To unpair RoscoLive device from external (Webfleet / Ituran) device pass an empty
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.Parameter Details
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"}
User Role Permissions
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Request Request Example
Shell
JavaScript
Java
Swift
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=""'
Response Response Example
200 - Success
{
"meta": {
"code": 200
},
"response": "success",
"result": "OK"
}
Request
Path Params
service_type
enum<string>
required
Allowed values:
webfleetituran
Body Params multipart/form-data
device_id
integer
required
serial_number
string
required
<= 50 characters
license_plate
string | null
optional
>= 1 characters<= 32 characters
Default:
null
Example:
NYV004
additional
string
optional
>= 1 characters<= 1024 characters