GET api/Statistical/GetFillData?DateType={DateType}&DateDetail={DateDetail}&FCustType={FCustType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DateType | integer |
Required |
|
| DateDetail | string |
Required |
|
| FCustType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfFillViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | FillViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"SaleFillWeight": 1.0,
"SaleFillCount": 1.0,
"SaleFillWeightByWith": 1.0,
"SaleFillWeightByWithSub": 1.0,
"SaleFillWeightByWithPer": 1.0,
"SaleFillWeightBySeq": 1.0,
"SaleFillWeightBySeqSub": 1.0,
"SaleFillWeightBySeqPer": 1.0,
"ActualFillWeight": 1.0,
"ActualFillCount": 1.0,
"ReturnResidualWeight": 1.0,
"FillLiquidWeight": 1.0,
"FillSalesMoney": 1.0,
"FillSalesAmount": 1.0,
"FillSalesPrice": 1.0,
"DockPrice": 1.0,
"DZSaleFillWeight": 1.0,
"DZSaleFillCount": 1.0,
"DZSaleFillWeightByWith": 1.0,
"DZSaleFillWeightByWithSub": 1.0,
"DZSaleFillWeightByWithPer": 1.0,
"DZSaleFillWeightBySeq": 1.0,
"DZSaleFillWeightBySeqSub": 1.0,
"DZSaleFillWeightBySeqPer": 1.0,
"DZActualFillWeight": 1.0,
"DZActualFillCount": 1.0,
"DZReturnResidualWeight": 1.0,
"DZFillLiquidWeight": 1.0,
"DZFillSalesAmount": 1.0,
"DZFillSalesMoney": 1.0,
"DZFillSalesPrice": 1.0,
"YHSaleFillWeight": 1.0,
"YHSaleFillCount": 1.0,
"YHSaleFillWeightByWith": 1.0,
"YHSaleFillWeightByWithSub": 1.0,
"YHSaleFillWeightByWithPer": 1.0,
"YHSaleFillWeightBySeq": 1.0,
"YHSaleFillWeightBySeqSub": 1.0,
"YHSaleFillWeightBySeqPer": 1.0,
"YHActualFillWeight": 1.0,
"YHActualFillCount": 1.0,
"YHReturnResidualWeight": 1.0,
"YHFillLiquidWeight": 1.0,
"YHFillSalesAmount": 1.0,
"YHFillSalesMoney": 1.0,
"YHFillSalesPrice": 1.0
}
}
application/xml, text/xml
Sample:
<MessageModelOfFillViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
<Msg>sample string 3</Msg>
<Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
<d2p1:ActualFillCount>1</d2p1:ActualFillCount>
<d2p1:ActualFillWeight>1</d2p1:ActualFillWeight>
<d2p1:DZActualFillCount>1</d2p1:DZActualFillCount>
<d2p1:DZActualFillWeight>1</d2p1:DZActualFillWeight>
<d2p1:DZFillLiquidWeight>1</d2p1:DZFillLiquidWeight>
<d2p1:DZFillSalesAmount>1</d2p1:DZFillSalesAmount>
<d2p1:DZFillSalesMoney>1</d2p1:DZFillSalesMoney>
<d2p1:DZFillSalesPrice>1</d2p1:DZFillSalesPrice>
<d2p1:DZReturnResidualWeight>1</d2p1:DZReturnResidualWeight>
<d2p1:DZSaleFillCount>1</d2p1:DZSaleFillCount>
<d2p1:DZSaleFillWeight>1</d2p1:DZSaleFillWeight>
<d2p1:DZSaleFillWeightBySeq>1</d2p1:DZSaleFillWeightBySeq>
<d2p1:DZSaleFillWeightBySeqPer>1</d2p1:DZSaleFillWeightBySeqPer>
<d2p1:DZSaleFillWeightBySeqSub>1</d2p1:DZSaleFillWeightBySeqSub>
<d2p1:DZSaleFillWeightByWith>1</d2p1:DZSaleFillWeightByWith>
<d2p1:DZSaleFillWeightByWithPer>1</d2p1:DZSaleFillWeightByWithPer>
<d2p1:DZSaleFillWeightByWithSub>1</d2p1:DZSaleFillWeightByWithSub>
<d2p1:DockPrice>1</d2p1:DockPrice>
<d2p1:FillLiquidWeight>1</d2p1:FillLiquidWeight>
<d2p1:FillSalesAmount>1</d2p1:FillSalesAmount>
<d2p1:FillSalesMoney>1</d2p1:FillSalesMoney>
<d2p1:FillSalesPrice>1</d2p1:FillSalesPrice>
<d2p1:ReturnResidualWeight>1</d2p1:ReturnResidualWeight>
<d2p1:SaleFillCount>1</d2p1:SaleFillCount>
<d2p1:SaleFillWeight>1</d2p1:SaleFillWeight>
<d2p1:SaleFillWeightBySeq>1</d2p1:SaleFillWeightBySeq>
<d2p1:SaleFillWeightBySeqPer>1</d2p1:SaleFillWeightBySeqPer>
<d2p1:SaleFillWeightBySeqSub>1</d2p1:SaleFillWeightBySeqSub>
<d2p1:SaleFillWeightByWith>1</d2p1:SaleFillWeightByWith>
<d2p1:SaleFillWeightByWithPer>1</d2p1:SaleFillWeightByWithPer>
<d2p1:SaleFillWeightByWithSub>1</d2p1:SaleFillWeightByWithSub>
<d2p1:YHActualFillCount>1</d2p1:YHActualFillCount>
<d2p1:YHActualFillWeight>1</d2p1:YHActualFillWeight>
<d2p1:YHFillLiquidWeight>1</d2p1:YHFillLiquidWeight>
<d2p1:YHFillSalesAmount>1</d2p1:YHFillSalesAmount>
<d2p1:YHFillSalesMoney>1</d2p1:YHFillSalesMoney>
<d2p1:YHFillSalesPrice>1</d2p1:YHFillSalesPrice>
<d2p1:YHReturnResidualWeight>1</d2p1:YHReturnResidualWeight>
<d2p1:YHSaleFillCount>1</d2p1:YHSaleFillCount>
<d2p1:YHSaleFillWeight>1</d2p1:YHSaleFillWeight>
<d2p1:YHSaleFillWeightBySeq>1</d2p1:YHSaleFillWeightBySeq>
<d2p1:YHSaleFillWeightBySeqPer>1</d2p1:YHSaleFillWeightBySeqPer>
<d2p1:YHSaleFillWeightBySeqSub>1</d2p1:YHSaleFillWeightBySeqSub>
<d2p1:YHSaleFillWeightByWith>1</d2p1:YHSaleFillWeightByWith>
<d2p1:YHSaleFillWeightByWithPer>1</d2p1:YHSaleFillWeightByWithPer>
<d2p1:YHSaleFillWeightByWithSub>1</d2p1:YHSaleFillWeightByWithSub>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfFillViewModelKI6_SDWR9>