GET api/TMSApp/RecDelReport/GetSulphurInfoByMonth?corpID={corpID}
根据每月获取煤质硫份信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
根据每月获取煤质硫份信息
MsgBaseApiPageOfListOfProductPlanCompleteInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of ProductPlanCompleteInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "Time": "sample string 1", "PlanNumber": 2.0, "CompleteNumber": 3.0, "status": 4 }, { "Time": "sample string 1", "PlanNumber": 2.0, "CompleteNumber": 3.0, "status": 4 } ] }