Pair cameras to GO devices by CSV file
PUT
https://fleet.roscolive.com/api/v1.0/geotab/companies/{company_id}/devices
geotab
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/geotab/companies//devices' \
--form 'file=@"cmMtdXBsb2FkLTE3Mzg1MTI3MzM1MzAtMg==/pair_devices.csv"'
Response Response Example
200 - Example 1
{
"meta": {
"code": 0
},
"response": {
"error": [
{}
],
"success": [
{
"device_id": 0,
"go_device_sn": "string",
"serial_number": "string",
"vehicle_name": "string"
}
]
},
"result": "string"
}
Request
Path Params
company_id
integer
required
Body Params multipart/form-data
file
file
required
Column Header | Description |
---|---|
rl_imei | IMEI value of an existing active device in the company. |
go_sn | GO device serial number from the customer's Geotab company to pair the camera to. Typically starts with "G" |
Example:
cmMtdXBsb2FkLTE3Mzg1MTI3MzM1MzAtMg==/pair_devices.csv