POST iot/Device
Request Information
URI Parameters
None.
Body Parameters
Device| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ParentId | integer |
None. |
|
| ClientId | integer |
None. |
|
| SN | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
|
| IMEI | string |
None. |
|
| Mobile | string |
None. |
|
| ResetInfo | string |
None. |
|
| LastInfo | string |
None. |
|
| UpdateInfo | string |
None. |
|
| LastContact | date |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"ParentId": 2,
"ClientId": 3,
"SN": "sample string 4",
"Code": "sample string 5",
"Type": "sample string 6",
"IMEI": "sample string 7",
"Mobile": "sample string 8",
"ResetInfo": "sample string 9",
"LastInfo": "sample string 10",
"UpdateInfo": "sample string 11",
"LastContact": "2026-01-07T15:33:31.3042391-04:00",
"Status": 13
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"