GET WorkType/GetDeviceByCompany
Request Information
URI Parameters
None.
Body Parameters
QInformationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| factoryId | string |
None. |
|
| code | string |
None. |
|
| date1 | string |
None. |
|
| date2 | string |
None. |
|
| Qty | integer |
None. |
|
| OrderNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"factoryId": "sample string 1",
"code": "sample string 2",
"date1": "sample string 3",
"date2": "sample string 4",
"Qty": 5,
"OrderNo": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RootEnergy3| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of EnergySBModel |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": [
{
"t_company": "sample string 1",
"t_compname": "sample string 2",
"t_sbno": "sample string 3",
"t_sbname": "sample string 4",
"t_startpoweron": "sample string 5",
"t_worktimer": "sample string 6",
"t_powerontimer": "sample string 7",
"t_status": "sample string 8",
"t_V": 9.1,
"t_A": 10.1,
"t_KW": 11.1
},
{
"t_company": "sample string 1",
"t_compname": "sample string 2",
"t_sbno": "sample string 3",
"t_sbname": "sample string 4",
"t_startpoweron": "sample string 5",
"t_worktimer": "sample string 6",
"t_powerontimer": "sample string 7",
"t_status": "sample string 8",
"t_V": 9.1,
"t_A": 10.1,
"t_KW": 11.1
}
],
"msg": "sample string 2"
}