GET api/TMSApp/RecDelReport/GetHomeDataForApp?corpID={corpID}

返回首页数据(原生)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corpID

integer

Required

Body Parameters

None.

Response Information

Resource Description

返回首页数据(原生)

MsgBaseApiPageOfListOfHomeDataForApp
NameDescriptionTypeAdditional information
Status

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

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of HomeDataForApp

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "PlanWeight": 1.0,
      "HasSendWeight": 2.0,
      "TransportWeight": 3.0,
      "QueueWeight": 4.0,
      "UnloadWeight": 5.0,
      "ArriverWeight": 6.0,
      "CompleteWeight": 7.0,
      "CompleteNumber": 8,
      "PlanCalorific": 9.0,
      "CompleteCalorific": 10.0,
      "PlanSulphur": 11.0,
      "CompleteSulphur": 12.0,
      "TransportType": 13
    },
    {
      "PlanWeight": 1.0,
      "HasSendWeight": 2.0,
      "TransportWeight": 3.0,
      "QueueWeight": 4.0,
      "UnloadWeight": 5.0,
      "ArriverWeight": 6.0,
      "CompleteWeight": 7.0,
      "CompleteNumber": 8,
      "PlanCalorific": 9.0,
      "CompleteCalorific": 10.0,
      "PlanSulphur": 11.0,
      "CompleteSulphur": 12.0,
      "TransportType": 13
    }
  ]
}