Creates a QoS elevation subscription ID and activates the subscription.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
The request details to create a ThingSpace Quality of Service API subscription.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/actions/enhanceQoS" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "deviceInfo": [ { "deviceId": {}, "flowInfo": [ {} ] } ] }'{ "requestId": "be36accb-0a9a-4367-93ab-0af6c4ed256a"}{ "errorCode": "3 or 4 digit error code", "errorMessage": "A short description of the error"}