GET api/TMSApp/RecDelReport/GetElectricDetailInfoByDayWithPage?corpID={corpID}&pageIndex={pageIndex}&pageSize={pageSize}&dayNumber={dayNumber}

电厂详情下按天统计的运输量

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corpID

integer

Required

pageIndex

integer

Required

pageSize

integer

Required

dayNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

电厂详情下按天统计的运输量

MsgBasePageApiOfListOfElectricDetailInfoByTime
NameDescriptionTypeAdditional information
Status

返回状态0:失败,1:成功

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of ElectricDetailInfoByTime

None.

TotalCount

总条数

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "Time": "sample string 1",
      "HasSendWeight": 2.0,
      "CompleteWeight": 3.0,
      "QueueWeight": 4.0,
      "UnloadWeight": 5.0,
      "ArriveWeight": 6.0,
      "TransportWeight": 7.0,
      "CalorificPlanWeight": 8.0,
      "CalorificCompleteWeight": 9.0,
      "SulphurPlanWeight": 10.0,
      "SulphurCompleteWeight": 11.0,
      "TempCalorificPlan": 12.0,
      "TempSulphurPlan": 13.0,
      "TempCalorificComplete": 14.0,
      "TempSulphurComplete": 15.0,
      "TempCalorificPlanWeight": 16.0,
      "TempSulphurPlanWeight": 17.0,
      "TempCalorificCompleteWeight": 18.0,
      "TempSulphurCompleteWeight": 19.0,
      "FPValue": 20.0,
      "CompleteRate": 21.0
    },
    {
      "Time": "sample string 1",
      "HasSendWeight": 2.0,
      "CompleteWeight": 3.0,
      "QueueWeight": 4.0,
      "UnloadWeight": 5.0,
      "ArriveWeight": 6.0,
      "TransportWeight": 7.0,
      "CalorificPlanWeight": 8.0,
      "CalorificCompleteWeight": 9.0,
      "SulphurPlanWeight": 10.0,
      "SulphurCompleteWeight": 11.0,
      "TempCalorificPlan": 12.0,
      "TempSulphurPlan": 13.0,
      "TempCalorificComplete": 14.0,
      "TempSulphurComplete": 15.0,
      "TempCalorificPlanWeight": 16.0,
      "TempSulphurPlanWeight": 17.0,
      "TempCalorificCompleteWeight": 18.0,
      "TempSulphurCompleteWeight": 19.0,
      "FPValue": 20.0,
      "CompleteRate": 21.0
    }
  ],
  "TotalCount": 3
}