GET api/Product/CallBmsRealTimeStateApiAsync?macid={macid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| macid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BmsRealTimeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| errorCode | integer |
None. |
|
| success | string |
None. |
|
| errorDescribe | string |
None. |
|
| data | Collection of data |
None. |
Response Formats
application/json, text/json
Sample:
{
"errorCode": 1,
"success": "sample string 2",
"errorDescribe": "sample string 3",
"data": [
{
"State": "sample string 1",
"Seting": "sample string 2"
},
{
"State": "sample string 1",
"Seting": "sample string 2"
}
]
}