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 that owns the devices. Accepts either the integer account id (e.g. 90) or the string ERP/reseller account code (e.g. "STAF01"); the API auto-detects which form was supplied.

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
ApiEnrollDeviceFromAddInResponse containing per-device success or failure results.
Code samples

Loading API Runner...