GET get/Gettest
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FranchiseeAppStock| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
产品类型 |
ProductType |
None. |
| MacAddr |
Mac地址 |
string |
None. |
| MainBoardID |
主板/核心板ID |
string |
None. |
| MotherBoardID |
母板ID |
string |
None. |
| InterfaceID |
接口板ID |
string |
None. |
| ICCID |
4G卡ICCID |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": 0,
"MacAddr": "sample string 1",
"MainBoardID": "sample string 2",
"MotherBoardID": "sample string 3",
"InterfaceID": "sample string 4",
"ICCID": "sample string 5"
}