POST api/device/init

Request Information

URI Parameters

None.

Body Parameters

ProductInfo
NameDescriptionTypeAdditional information
productKey

string

None.

productSecret

string

None.

deviceName

string

None.

iccid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "productKey": "sample string 1",
  "productSecret": "sample string 2",
  "deviceName": "sample string 3",
  "iccid": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProductInfo'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}