GET api/Bottle/GetBottleDocIndexModel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfBottleDocIndexViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | BottleDocIndexViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": {
"TotalBottleCount": 1,
"QualifiedCount": 2,
"OverdueCount": 3,
"ScrapCount": 4,
"BottleCountBy5KG": 5,
"BottleCountBy11KG": 6,
"BottleCountBy13KG": 7,
"BottleCountBy50KG": 8,
"OverdueCountBy30d": 9
}
}
application/xml, text/xml
Sample:
<MessageModelOfBottleDocIndexViewModelKI6_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:BottleCountBy11KG>6</d2p1:BottleCountBy11KG>
<d2p1:BottleCountBy13KG>7</d2p1:BottleCountBy13KG>
<d2p1:BottleCountBy50KG>8</d2p1:BottleCountBy50KG>
<d2p1:BottleCountBy5KG>5</d2p1:BottleCountBy5KG>
<d2p1:OverdueCount>3</d2p1:OverdueCount>
<d2p1:OverdueCountBy30d>9</d2p1:OverdueCountBy30d>
<d2p1:QualifiedCount>2</d2p1:QualifiedCount>
<d2p1:ScrapCount>4</d2p1:ScrapCount>
<d2p1:TotalBottleCount>1</d2p1:TotalBottleCount>
</Response>
<Status>200</Status>
<Success>true</Success>
</MessageModelOfBottleDocIndexViewModelKI6_SDWR9>