GET api/TMSApp/CoalQualityManage/GetSettlementWithPage?pageIndex={pageIndex}&pageSize={pageSize}&startTime={startTime}&endTime={endTime}&ConsignerId={ConsignerId}&OrderId={OrderId}
查询结算单列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
|
startTime |
查询开始时间 |
string |
Required |
endTime |
查询结束时间 |
string |
Required |
ConsignerId |
供应商id:查询全部传 -1 |
integer |
Required |
OrderId |
订单id:查询全部传 -1 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
查询结算单列表
MsgBasePageApiOfListOforder_coal_quality_infoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of order_coal_quality_info |
None. |
TotalCount |
总条数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "Id": 1, "OrderId": 2, "OrderName": "sample string 3", "ConsignerName": "sample string 4", "ShipperName": "sample string 5", "ShipperId": 6, "CoalMineName": "sample string 7", "CoalWeight": 8.0, "TestNo": "sample string 9", "CollectSampleTime": "sample string 10", "SampleReceiveTime": "sample string 11", "TestTime": "sample string 12", "CoalQualityParam": "sample string 13", "IsDeleted": 64, "CreateBy": 15, "CreateTime": "2025-01-02T21:14:22.2015823+08:00", "UpdateBy": 17, "UpdateTime": "2025-01-02T21:14:22.2015823+08:00", "PicUrl": "sample string 19", "ApprovalStatus": 20, "CoalQualityParamModel": { "Mt": 1.0, "Mad": 2.0, "Aad": 3.0, "Ad": 4.0, "St_ar": 5.0, "Vad": 6.0, "Var": 7.0, "Vdaf": 8.0, "St_d": 9.0, "St_ad": 10.0, "Had": 11.0, "Qbad": 12.0, "Qgr_d": 13.0, "Qnetar": 14.0, "Qnet_ar": 15.0 }, "UnitPrice": 21.0, "CreateTimeStr": "2025-01-02 21:14:22", "waybillsModel": { "ReceiveWeightSum": 1.0, "SendWeightSum": 2.0, "WaybillCount": 3, "waybillList": [ { "CarNumber": "sample string 1", "SendNetWeight": 2.0, "ReceiveNetWeight": 3.0, "FinishTime": "sample string 4", "StartTime": "sample string 5", "DispatchSN": "sample string 6" }, { "CarNumber": "sample string 1", "SendNetWeight": 2.0, "ReceiveNetWeight": 3.0, "FinishTime": "sample string 4", "StartTime": "sample string 5", "DispatchSN": "sample string 6" } ] }, "ContractNumber": "sample string 22" }, { "Id": 1, "OrderId": 2, "OrderName": "sample string 3", "ConsignerName": "sample string 4", "ShipperName": "sample string 5", "ShipperId": 6, "CoalMineName": "sample string 7", "CoalWeight": 8.0, "TestNo": "sample string 9", "CollectSampleTime": "sample string 10", "SampleReceiveTime": "sample string 11", "TestTime": "sample string 12", "CoalQualityParam": "sample string 13", "IsDeleted": 64, "CreateBy": 15, "CreateTime": "2025-01-02T21:14:22.2015823+08:00", "UpdateBy": 17, "UpdateTime": "2025-01-02T21:14:22.2015823+08:00", "PicUrl": "sample string 19", "ApprovalStatus": 20, "CoalQualityParamModel": { "Mt": 1.0, "Mad": 2.0, "Aad": 3.0, "Ad": 4.0, "St_ar": 5.0, "Vad": 6.0, "Var": 7.0, "Vdaf": 8.0, "St_d": 9.0, "St_ad": 10.0, "Had": 11.0, "Qbad": 12.0, "Qgr_d": 13.0, "Qnetar": 14.0, "Qnet_ar": 15.0 }, "UnitPrice": 21.0, "CreateTimeStr": "2025-01-02 21:14:22", "waybillsModel": { "ReceiveWeightSum": 1.0, "SendWeightSum": 2.0, "WaybillCount": 3, "waybillList": [ { "CarNumber": "sample string 1", "SendNetWeight": 2.0, "ReceiveNetWeight": 3.0, "FinishTime": "sample string 4", "StartTime": "sample string 5", "DispatchSN": "sample string 6" }, { "CarNumber": "sample string 1", "SendNetWeight": 2.0, "ReceiveNetWeight": 3.0, "FinishTime": "sample string 4", "StartTime": "sample string 5", "DispatchSN": "sample string 6" } ] }, "ContractNumber": "sample string 22" } ], "TotalCount": 3 }