GET api/TMSApp/RecDelReport/GetBuyOrderDetailByDay?OrderId={OrderId}&pageIndex={pageIndex}&pageSize={pageSize}
获取采购订单详细信息(图表信息)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderId |
采购订单ID |
integer |
Required |
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取采购订单详细信息(图表信息)
MsgBasePageApiOfListOfElectricDetailInfoByTimeName | Description | Type | Additional 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 }