Enable/disable hyper-precise service for a device.
thingspace_oauth VZ-M2M-Token This is the ThingSpace token, from Credentials and Tokens is used
In: header
The VZ-M2M session token from Credentials and Tokens
In: header
application/json
List of devices and hyper-precise required statuses.
TypeScript Definitions
Use the request body type in TypeScript.
Account number and list of devices.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/devices/services" \ -H "Content-Type: application/json" \ -d '{ "deviceList": [ { "imei": "15-digit IMEI", "BullseyeEnable": true } ], "accountNumber": "0242080353-00001" }'{ "accountNumber": "0000123456-00001", "deviceList": [ { "imei": "15-digit IMEI", "BullseyeEnable": true } ]}"{\n \"responseCode\": \"INVALID_PARAMETER\",\n \"message\": \"Device Not Found, Request will be queued\"\n}""{\n \"responseCode\": \"INVALID_ACCESS\",\n \"message\": \"The access policy denied the resource operation for this user\"\n}""{\n \"responseCode\": \"INVALID_PARAMETER\",\n \"message\": \"Device Not Certified\"\n}""{\n \"responseCode\": \"INVALID_PARAMETER\",\n \"message\": \"Device Inactive\"\n}""{\n \"responseCode\": \"INVALID_PARAMETER\",\n \"message\": \"Service Not Purchased\"\n}""{\n \"responseCode\": \"INTERNAL_ERROR\",\n \"message\": \"Device is active in several accounts\"\n}"A list of devices.
The numeric ID of the account and must include leading zeroes. This value is indentical to accountName.