Downloads an eUICC local profile to devices and enables the profile.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Device Profile Query
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/devices/profile/actions/download_enable" \ -H "Content-Type: application/json" \ -d '{ "devices": [ { "deviceIds": [ { "kind": "eid", "id": "678912789123453456784008666456" }, { "kind": "iccid", "id": "78425989148000000840" } ] } ], "accountName": "1223334444-00001", "smsrOid": "1.3.6.1.4.1.31746.1.500.200.101.5" }'{ "requestId": "595f5c44-c31c-4552-8670-020a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}