GET api/Order/GetWaitOldBottleList?FSectionId={FSectionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FSectionId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOfGetWaitOldBottleListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | Collection of GetWaitOldBottleListViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": [
{
"FKey": 1,
"FBillNO": "sample string 2",
"FCustNo": "sample string 3",
"FCreateDate": "2025-12-06 13:42:00",
"FCustName": "sample string 4",
"FOldBottleCount": 1,
"FOldBottleWaitCount": 1
},
{
"FKey": 1,
"FBillNO": "sample string 2",
"FCustNo": "sample string 3",
"FCreateDate": "2025-12-06 13:42:00",
"FCustName": "sample string 4",
"FOldBottleCount": 1,
"FOldBottleWaitCount": 1
}
]
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfGetWaitOldBottleListViewModelKI6_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:GetWaitOldBottleListViewModel>
<d2p1:FBillNO>sample string 2</d2p1:FBillNO>
<d2p1:FCreateDate>2025-12-06T13:42:00.560145+08:00</d2p1:FCreateDate>
<d2p1:FCustName>sample string 4</d2p1:FCustName>
<d2p1:FCustNo>sample string 3</d2p1:FCustNo>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FOldBottleCount>1</d2p1:FOldBottleCount>
<d2p1:FOldBottleWaitCount>1</d2p1:FOldBottleWaitCount>
</d2p1:GetWaitOldBottleListViewModel>
<d2p1:GetWaitOldBottleListViewModel>
<d2p1:FBillNO>sample string 2</d2p1:FBillNO>
<d2p1:FCreateDate>2025-12-06T13:42:00.560145+08:00</d2p1:FCreateDate>
<d2p1:FCustName>sample string 4</d2p1:FCustName>
<d2p1:FCustNo>sample string 3</d2p1:FCustNo>
<d2p1:FKey>1</d2p1:FKey>
<d2p1:FOldBottleCount>1</d2p1:FOldBottleCount>
<d2p1:FOldBottleWaitCount>1</d2p1:FOldBottleWaitCount>
</d2p1:GetWaitOldBottleListViewModel>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfArrayOfGetWaitOldBottleListViewModelKI6_SDWR9>