GET api/Order/GetSendOptBillList?FOptID={FOptID}&FSectionID={FSectionID}&BeginTime={BeginTime}&EndTime={EndTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FOptID | integer |
None. |
|
| FSectionID | integer |
None. |
|
| BeginTime | string |
None. |
|
| EndTime | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfGetSendOptBillViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | GetSendOptBillViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"SendOptBillList": [
{
"FSectionId": 1,
"FSectionName": "sample string 1",
"FSendOptID": 1,
"FSendOptName": "sample string 2",
"FBillType": 1,
"FBillTypeName": "sample string 3",
"FGoodsNo": "sample string 4",
"FGoodsType": 1,
"FGoodsTypeName": "sample string 5",
"FGoodsName": "sample string 6",
"FQty": 1,
"FWtNet": 1.0,
"FFreight": 1.0,
"FGoodsMoney": 1.0,
"FMoney": 1.0,
"FSendFinishTime": "2025-12-06 13:41:55"
},
{
"FSectionId": 1,
"FSectionName": "sample string 1",
"FSendOptID": 1,
"FSendOptName": "sample string 2",
"FBillType": 1,
"FBillTypeName": "sample string 3",
"FGoodsNo": "sample string 4",
"FGoodsType": 1,
"FGoodsTypeName": "sample string 5",
"FGoodsName": "sample string 6",
"FQty": 1,
"FWtNet": 1.0,
"FFreight": 1.0,
"FGoodsMoney": 1.0,
"FMoney": 1.0,
"FSendFinishTime": "2025-12-06 13:41:55"
}
],
"AllFQty": 1,
"AllFWtNet": 1.0,
"AllFFreight": 1.0,
"AllFGoodsMoney": 1.0,
"AllFMoney": 1.0
}
}
application/xml, text/xml
Sample:
<MessageModelOfGetSendOptBillViewModelKI6_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:AllFFreight>1</d2p1:AllFFreight>
<d2p1:AllFGoodsMoney>1</d2p1:AllFGoodsMoney>
<d2p1:AllFMoney>1</d2p1:AllFMoney>
<d2p1:AllFQty>1</d2p1:AllFQty>
<d2p1:AllFWtNet>1</d2p1:AllFWtNet>
<d2p1:SendOptBillList xmlns:d3p1="http://schemas.datacontract.org/2004/07/DY.Entity.Model">
<d3p1:VM_SelBill_SendOptBill>
<d3p1:FBillType>1</d3p1:FBillType>
<d3p1:FBillTypeName>sample string 3</d3p1:FBillTypeName>
<d3p1:FFreight>1</d3p1:FFreight>
<d3p1:FGoodsMoney>1</d3p1:FGoodsMoney>
<d3p1:FGoodsName>sample string 6</d3p1:FGoodsName>
<d3p1:FGoodsNo>sample string 4</d3p1:FGoodsNo>
<d3p1:FGoodsType>1</d3p1:FGoodsType>
<d3p1:FGoodsTypeName>sample string 5</d3p1:FGoodsTypeName>
<d3p1:FMoney>1</d3p1:FMoney>
<d3p1:FQty>1</d3p1:FQty>
<d3p1:FSectionId>1</d3p1:FSectionId>
<d3p1:FSectionName>sample string 1</d3p1:FSectionName>
<d3p1:FSendFinishTime>2025-12-06T13:41:55.7307262+08:00</d3p1:FSendFinishTime>
<d3p1:FSendOptID>1</d3p1:FSendOptID>
<d3p1:FSendOptName>sample string 2</d3p1:FSendOptName>
<d3p1:FWtNet>1</d3p1:FWtNet>
</d3p1:VM_SelBill_SendOptBill>
<d3p1:VM_SelBill_SendOptBill>
<d3p1:FBillType>1</d3p1:FBillType>
<d3p1:FBillTypeName>sample string 3</d3p1:FBillTypeName>
<d3p1:FFreight>1</d3p1:FFreight>
<d3p1:FGoodsMoney>1</d3p1:FGoodsMoney>
<d3p1:FGoodsName>sample string 6</d3p1:FGoodsName>
<d3p1:FGoodsNo>sample string 4</d3p1:FGoodsNo>
<d3p1:FGoodsType>1</d3p1:FGoodsType>
<d3p1:FGoodsTypeName>sample string 5</d3p1:FGoodsTypeName>
<d3p1:FMoney>1</d3p1:FMoney>
<d3p1:FQty>1</d3p1:FQty>
<d3p1:FSectionId>1</d3p1:FSectionId>
<d3p1:FSectionName>sample string 1</d3p1:FSectionName>
<d3p1:FSendFinishTime>2025-12-06T13:41:55.7307262+08:00</d3p1:FSendFinishTime>
<d3p1:FSendOptID>1</d3p1:FSendOptID>
<d3p1:FSendOptName>sample string 2</d3p1:FSendOptName>
<d3p1:FWtNet>1</d3p1:FWtNet>
</d3p1:VM_SelBill_SendOptBill>
</d2p1:SendOptBillList>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfGetSendOptBillViewModelKI6_SDWR9>