GET api/UnPos/Order/Sell/Summary/V/Query/WithPageNoCount?pageindex={pageindex}&paymentstate={paymentstate}&startDate={startDate}&endDate={endDate}&billnum={billnum}
依据少量条件,以不计页数的分页方式,查询视图V_UnPos_Sell_Summary的数据
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageindex | integer |
Default value is 1 |
|
| paymentstate | string |
Default value is |
|
| startDate | string |
Default value is |
|
| endDate | string |
Default value is |
|
| billnum | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
依据少量条件,以不计页数的分页方式,查询视图V_UnPos_Sell_Summary的数据
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfUnPosShopSellBillViewResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | SimplePageDataWithNoCountResultOfUnPosShopSellBillViewResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"pageIndex": 1,
"pageSize": 2,
"hasMorePages": "sample string 3",
"records": [
{
"BillNum": "sample string 1",
"BusiFrom": "sample string 2",
"DayIndexCode": "sample string 3",
"BusiFromSubType": "sample string 4",
"CodeCardType": "sample string 5",
"CardId": "sample string 6",
"TableOrCallNum": "sample string 7",
"CardName": "sample string 8",
"HappenDate": "sample string 9",
"HappenTime": "sample string 10",
"MerchantId": 11,
"MerchantName": "sample string 12",
"ShopId": "sample string 13",
"UserCode": 14,
"PayState": "sample string 15",
"RebateMode": "sample string 16",
"CustomerType": "sample string 17",
"CustomerId": "sample string 18",
"CustomerName": "sample string 19",
"GuiderNumber": "sample string 20",
"GuiderCalStatus": "sample string 21",
"GuiderCalBillNum": "sample string 22",
"CustomerCalStatus": "sample string 23",
"CustomerCalBillNum": "sample string 24",
"UseDepot": "sample string 25",
"PersonalMemberId": 26,
"LetterCalStatus": "sample string 27",
"LetterCalBillNum": "sample string 28",
"TaxState": "sample string 29",
"TaxNumber": "sample string 30",
"TaxCode": "sample string 31",
"TaxTransId": "sample string 32",
"TaxSummary": 33.0,
"Reserve1": "sample string 34",
"Reserve2": "sample string 35",
"Memory": "sample string 36",
"ShopName": "sample string 37",
"UserAlias": "sample string 38",
"NeedReceive": 39.0,
"ReceivedMoney": 40.0,
"ReceiveInfo": "sample string 41",
"DetailInfo": "sample string 42"
},
{
"BillNum": "sample string 1",
"BusiFrom": "sample string 2",
"DayIndexCode": "sample string 3",
"BusiFromSubType": "sample string 4",
"CodeCardType": "sample string 5",
"CardId": "sample string 6",
"TableOrCallNum": "sample string 7",
"CardName": "sample string 8",
"HappenDate": "sample string 9",
"HappenTime": "sample string 10",
"MerchantId": 11,
"MerchantName": "sample string 12",
"ShopId": "sample string 13",
"UserCode": 14,
"PayState": "sample string 15",
"RebateMode": "sample string 16",
"CustomerType": "sample string 17",
"CustomerId": "sample string 18",
"CustomerName": "sample string 19",
"GuiderNumber": "sample string 20",
"GuiderCalStatus": "sample string 21",
"GuiderCalBillNum": "sample string 22",
"CustomerCalStatus": "sample string 23",
"CustomerCalBillNum": "sample string 24",
"UseDepot": "sample string 25",
"PersonalMemberId": 26,
"LetterCalStatus": "sample string 27",
"LetterCalBillNum": "sample string 28",
"TaxState": "sample string 29",
"TaxNumber": "sample string 30",
"TaxCode": "sample string 31",
"TaxTransId": "sample string 32",
"TaxSummary": 33.0,
"Reserve1": "sample string 34",
"Reserve2": "sample string 35",
"Memory": "sample string 36",
"ShopName": "sample string 37",
"UserAlias": "sample string 38",
"NeedReceive": 39.0,
"ReceivedMoney": 40.0,
"ReceiveInfo": "sample string 41",
"DetailInfo": "sample string 42"
}
]
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfUnPosShopSellBillViewResultwYgrNTf1rCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag>
<hasMorePages>sample string 3</hasMorePages>
<pageIndex>1</pageIndex>
<pageSize>2</pageSize>
<records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.UnPos.Result">
<d3p1:UnPosShopSellBillViewResult>
<d3p1:BillNum>sample string 1</d3p1:BillNum>
<d3p1:BusiFrom>sample string 2</d3p1:BusiFrom>
<d3p1:BusiFromSubType>sample string 4</d3p1:BusiFromSubType>
<d3p1:CardId>sample string 6</d3p1:CardId>
<d3p1:CardName>sample string 8</d3p1:CardName>
<d3p1:CodeCardType>sample string 5</d3p1:CodeCardType>
<d3p1:CustomerCalBillNum>sample string 24</d3p1:CustomerCalBillNum>
<d3p1:CustomerCalStatus>sample string 23</d3p1:CustomerCalStatus>
<d3p1:CustomerId>sample string 18</d3p1:CustomerId>
<d3p1:CustomerName>sample string 19</d3p1:CustomerName>
<d3p1:CustomerType>sample string 17</d3p1:CustomerType>
<d3p1:DayIndexCode>sample string 3</d3p1:DayIndexCode>
<d3p1:DetailInfo>sample string 42</d3p1:DetailInfo>
<d3p1:GuiderCalBillNum>sample string 22</d3p1:GuiderCalBillNum>
<d3p1:GuiderCalStatus>sample string 21</d3p1:GuiderCalStatus>
<d3p1:GuiderNumber>sample string 20</d3p1:GuiderNumber>
<d3p1:HappenDate>sample string 9</d3p1:HappenDate>
<d3p1:HappenTime>sample string 10</d3p1:HappenTime>
<d3p1:LetterCalBillNum>sample string 28</d3p1:LetterCalBillNum>
<d3p1:LetterCalStatus>sample string 27</d3p1:LetterCalStatus>
<d3p1:Memory>sample string 36</d3p1:Memory>
<d3p1:MerchantId>11</d3p1:MerchantId>
<d3p1:MerchantName>sample string 12</d3p1:MerchantName>
<d3p1:NeedReceive>39</d3p1:NeedReceive>
<d3p1:PayState>sample string 15</d3p1:PayState>
<d3p1:PersonalMemberId>26</d3p1:PersonalMemberId>
<d3p1:RebateMode>sample string 16</d3p1:RebateMode>
<d3p1:ReceiveInfo>sample string 41</d3p1:ReceiveInfo>
<d3p1:ReceivedMoney>40</d3p1:ReceivedMoney>
<d3p1:Reserve1>sample string 34</d3p1:Reserve1>
<d3p1:Reserve2>sample string 35</d3p1:Reserve2>
<d3p1:ShopId>sample string 13</d3p1:ShopId>
<d3p1:ShopName>sample string 37</d3p1:ShopName>
<d3p1:TableOrCallNum>sample string 7</d3p1:TableOrCallNum>
<d3p1:TaxCode>sample string 31</d3p1:TaxCode>
<d3p1:TaxNumber>sample string 30</d3p1:TaxNumber>
<d3p1:TaxState>sample string 29</d3p1:TaxState>
<d3p1:TaxSummary>33</d3p1:TaxSummary>
<d3p1:TaxTransId>sample string 32</d3p1:TaxTransId>
<d3p1:UseDepot>sample string 25</d3p1:UseDepot>
<d3p1:UserAlias>sample string 38</d3p1:UserAlias>
<d3p1:UserCode>14</d3p1:UserCode>
</d3p1:UnPosShopSellBillViewResult>
<d3p1:UnPosShopSellBillViewResult>
<d3p1:BillNum>sample string 1</d3p1:BillNum>
<d3p1:BusiFrom>sample string 2</d3p1:BusiFrom>
<d3p1:BusiFromSubType>sample string 4</d3p1:BusiFromSubType>
<d3p1:CardId>sample string 6</d3p1:CardId>
<d3p1:CardName>sample string 8</d3p1:CardName>
<d3p1:CodeCardType>sample string 5</d3p1:CodeCardType>
<d3p1:CustomerCalBillNum>sample string 24</d3p1:CustomerCalBillNum>
<d3p1:CustomerCalStatus>sample string 23</d3p1:CustomerCalStatus>
<d3p1:CustomerId>sample string 18</d3p1:CustomerId>
<d3p1:CustomerName>sample string 19</d3p1:CustomerName>
<d3p1:CustomerType>sample string 17</d3p1:CustomerType>
<d3p1:DayIndexCode>sample string 3</d3p1:DayIndexCode>
<d3p1:DetailInfo>sample string 42</d3p1:DetailInfo>
<d3p1:GuiderCalBillNum>sample string 22</d3p1:GuiderCalBillNum>
<d3p1:GuiderCalStatus>sample string 21</d3p1:GuiderCalStatus>
<d3p1:GuiderNumber>sample string 20</d3p1:GuiderNumber>
<d3p1:HappenDate>sample string 9</d3p1:HappenDate>
<d3p1:HappenTime>sample string 10</d3p1:HappenTime>
<d3p1:LetterCalBillNum>sample string 28</d3p1:LetterCalBillNum>
<d3p1:LetterCalStatus>sample string 27</d3p1:LetterCalStatus>
<d3p1:Memory>sample string 36</d3p1:Memory>
<d3p1:MerchantId>11</d3p1:MerchantId>
<d3p1:MerchantName>sample string 12</d3p1:MerchantName>
<d3p1:NeedReceive>39</d3p1:NeedReceive>
<d3p1:PayState>sample string 15</d3p1:PayState>
<d3p1:PersonalMemberId>26</d3p1:PersonalMemberId>
<d3p1:RebateMode>sample string 16</d3p1:RebateMode>
<d3p1:ReceiveInfo>sample string 41</d3p1:ReceiveInfo>
<d3p1:ReceivedMoney>40</d3p1:ReceivedMoney>
<d3p1:Reserve1>sample string 34</d3p1:Reserve1>
<d3p1:Reserve2>sample string 35</d3p1:Reserve2>
<d3p1:ShopId>sample string 13</d3p1:ShopId>
<d3p1:ShopName>sample string 37</d3p1:ShopName>
<d3p1:TableOrCallNum>sample string 7</d3p1:TableOrCallNum>
<d3p1:TaxCode>sample string 31</d3p1:TaxCode>
<d3p1:TaxNumber>sample string 30</d3p1:TaxNumber>
<d3p1:TaxState>sample string 29</d3p1:TaxState>
<d3p1:TaxSummary>33</d3p1:TaxSummary>
<d3p1:TaxTransId>sample string 32</d3p1:TaxTransId>
<d3p1:UseDepot>sample string 25</d3p1:UseDepot>
<d3p1:UserAlias>sample string 38</d3p1:UserAlias>
<d3p1:UserCode>14</d3p1:UserCode>
</d3p1:UnPosShopSellBillViewResult>
</records>
</tag>
</CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfUnPosShopSellBillViewResultwYgrNTf1rCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.