Uses the device's ICCID and IMEI to activate service.
This is where the ThingSpace token, from Getting Started is used
In: header
application/json
Activate 5G BI service. Defining publicIpRestriction as "Unrestricted" or "Restricted" is required for activating as Public Static. Leave publicIpRestriction undefined to activate as Public Dynamic. Removing publicIpRestriction from the request will activate as Mobile Private Network (MPN).
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/actions/activate" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "servicePlan": "service plan name", "deviceListWithServiceAddress": [ { "deviceId": [ { "id": "15-digit IMEI", "kind": "imei" }, { "id": "20-digit ICCID", "kind": "iccid" } ] }, { "primaryPlaceofuse": { "address": { "addressLine1": "street number and name", "city": "city of address", "state": "2-letter state ID (conforms to ISO 3166-2)", "zip": "5-digit ZIP code", "zip+4": "the +4 digits used for ZIP codes", "phone": "a 10-digit phone number", "phoneType": "W" }, "customerName": { "firstName": "First name", "lastName": "Surname or Last Name", "middleName": "middle name or initial", "title": "Mr. or Ms.", "suffex": "Dr or Esq" } } } ], "skuNumber": "VZW Stock Keeping Unit number", "publicIpRestriction": "Unrestricted", "carrierName": "Verizon Wireless", "mdnZipCode": "the 5-digit ZIP code of the Mobile Directory Number (MDN)" }'{ "requestId": "d1f08526-5443-4054-9a29-4456490ea9f8"}{ "errorCode": "The 3-digit HTML error code", "errorMessage": "a description of the error"}