Key | Type | Description |
---|---|---|
sn | string | For DV6 installation this will be the IMEI found on the camera. For DV4 installation this will be the serial number found on the back of the DV401. This will be prefixed with XC4RECO or DV401 |
vin | string | The VIN of the vehicle the camera is being installed in. After a device is created, the camera name will be assigned the VIN |
curl --location -g --request PUT 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partners/companies/TransfoTech/devices' \
--form 'number="{{number}}"' \
--form 'assigned_device_ids="{{assigned_device_ids}}"' \
--form 'data_limit="{{optional: data_limit}}"'
{}