This endpoint allows user to Add or Remove devices to an existing software upgrade.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Software upgrade information.
*/*
Request to add or remove device to existing software upgrade information.
TypeScript Definitions
Use the request body type in TypeScript.
Add or remove device to existing software upgrade information.
application/json
application/json
curl -X PUT "https://example.com/campaigns/0000123456-00001/60b5d639-ccdc-4db8-8824-069bd94c95bf" \ -H "Content-Type: */*" \ -d '<Type>remove</Type> <deviceList>990013907884259</deviceList> <deviceList>990013907835573</deviceList> <deviceList>990013907833575</deviceList>'{ "accountName": "0402196254-00001", "campaignId": "60b5d639-ccdc-4db8-8824-069bd94c95bf", "requestId": "string"}{ "errorCode": "error code string", "errorMessage": "error message string"}Operation either 'append' or 'remove'.
Device IMEI list.