Introduction
Enrolls one or more devices into a Device Add-In. Handles billing account resolution and rate plan assignment automatically. Only reseller users can call this method.
Parameters

accountId

The account ID that owns the devices.

apiKey

The API key (User ID) of the authenticated reseller.

databaseName

The database name where the devices are registered.

deviceSerialNumbers

The list of device serial numbers to enroll.

sessionId

The session ID of the authenticated reseller.

solutionId

The Solution ID of the Add-In to enroll devices into.
Return value
ApiEnrollDeviceAddInResponse containing per-device success or failure results.
Code samples

Loading API Runner...