POST api/device/init
Request Information
URI Parameters
None.
Body Parameters
ProductInfo| Name | Description | Type | Additional 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:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}