POST TCG/api/WorkType/GetNaturalGasByCompany
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
RootEnergy1| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of EnergyData |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": [
{
"t_compno": "sample string 1",
"t_compname": "sample string 2",
"t_sbno": "sample string 3",
"t_sbname": "sample string 4",
"t_ctdt": "sample string 5",
"t_hour": "sample string 6",
"t_data": 7.1,
"t_V": 8.1,
"t_A": 9.1,
"t_KW": 10.1
},
{
"t_compno": "sample string 1",
"t_compname": "sample string 2",
"t_sbno": "sample string 3",
"t_sbname": "sample string 4",
"t_ctdt": "sample string 5",
"t_hour": "sample string 6",
"t_data": 7.1,
"t_V": 8.1,
"t_A": 9.1,
"t_KW": 10.1
}
],
"msg": "sample string 2"
}