POST api/Pos/Report/PaymentType/H/DaySummary/Query/SimpleRet
基于付款方式横向的零售日汇总表的查询api
Request Information
URI Parameters
None.
Body Parameters
Rpt_Pos_PaymentType_H_SummaryParm| Name | Description | Type | Additional information |
|---|---|---|---|
| STARTDATE |
@STARTDATE char(8),/*起始的交易日期*/ |
string |
Max length: 8 |
| ENDDATE |
@ENDDATE char(8),/*截止的交易日期*/ |
string |
Max length: 8 |
| BillNum |
@BillNum varchar(20),/*单据单号,左匹配,输入时需要加"%"*/ |
string |
Max length: 20 |
| CompleteBillOnly |
@CompleteBillOnly char(1),/*是否仅返回已结单据,1表示是,其他值表示否,当此值为‘1’时,@SellBillPayState,@RefundBillState参数没有意义*/ |
string |
Max length: 1 |
| SellBillPayState |
@SellBillPayState char(1),/*售票单收款状态*/ |
string |
Max length: 1 |
| RefundBillState |
RefundBillState char(1),/*退款单状态*/ |
string |
Max length: 1 |
| BusiFrom |
@BusiFrom char(1),/*交易来源,1是前台2是互联网或手机*/ |
string |
Max length: 1 |
| IsBindingGuider |
@IsBindingGuider char(1),/*是否绑定导游,1表示是,0表示否*/ |
string |
Max length: 1 |
| GuiderNum |
@GuiderNum varchar(20),/*导游证号*/ |
string |
Max length: 20 |
| FKFSID |
@FKFSID char(2),/*付款方式(含)*/ |
string |
Max length: 2 |
| STAAREA |
@STAAREA char(1),/*统计范围 A全部,1仅售货, 2仅退货 */ |
string |
Max length: 1 |
| MemberId |
@MemberId Bigint ,/*会员代码*/ |
integer |
None. |
| MemberLevelId |
@MemberLevelId tinyint ,/*会员等级*/ |
byte |
None. |
| ShopList |
@ShopList as CT_STR50_UNIQUE_ARR READONLY,/*门票列表*/ |
Collection of string |
None. |
| UserList |
@UserList as CT_STR50_UNIQUE_ARR READONLY ,/*售货员列表*/ |
Collection of string |
None. |
| ProductList |
@ProductList as CT_INT_UNIQUE_ARR READONLY,/*商品清单(含)*/ |
Collection of string |
None. |
| ProductClassList |
@ProductClassList as CT_STR50_UNIQUE_ARR READONLY,/*商品列别清单(含)*/ |
Collection of string |
None. |
Request Formats
application/json, text/json
{
"STARTDATE": "sample string 1",
"ENDDATE": "sample string 2",
"BillNum": "sample string 3",
"CompleteBillOnly": "sample string 4",
"SellBillPayState": "sample string 5",
"RefundBillState": "sample string 6",
"BusiFrom": "sample string 7",
"IsBindingGuider": "sample string 8",
"GuiderNum": "sample string 9",
"FKFSID": "sample string 10",
"STAAREA": "sample string 11",
"MemberId": 12,
"MemberLevelId": 64,
"ShopList": [
"sample string 1",
"sample string 2"
],
"UserList": [
"sample string 1",
"sample string 2"
],
"ProductList": [
"sample string 1",
"sample string 2"
],
"ProductClassList": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
<Rpt_Pos_PaymentType_H_SummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
<BillNum>sample string 3</BillNum>
<BusiFrom>sample string 7</BusiFrom>
<CompleteBillOnly>sample string 4</CompleteBillOnly>
<ENDDATE>sample string 2</ENDDATE>
<FKFSID>sample string 10</FKFSID>
<GuiderNum>sample string 9</GuiderNum>
<IsBindingGuider>sample string 8</IsBindingGuider>
<MemberId>12</MemberId>
<MemberLevelId>64</MemberLevelId>
<ProductClassList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProductClassList>
<ProductList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProductList>
<RefundBillState>sample string 6</RefundBillState>
<STAAREA>sample string 11</STAAREA>
<STARTDATE>sample string 1</STARTDATE>
<SellBillPayState>sample string 5</SellBillPayState>
<ShopList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ShopList>
<UserList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserList>
</Rpt_Pos_PaymentType_H_SummaryParm>
application/x-www-form-urlencoded
Sample not available.
application/bson
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
基于付款方式横向的零售日汇总表的查询api
CommonOperationResultWithTagOfRptPaymentTypeResultOfIEnumerableOfRptPosPaymentTypeHDayResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | RptPaymentTypeResultOfIEnumerableOfRptPosPaymentTypeHDayResult |
None. |
Response Formats
application/json, text/json
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"PaymentType1": "sample string 1",
"PaymentType2": "sample string 2",
"PaymentType3": "sample string 3",
"PaymentType4": "sample string 4",
"PaymentType5": "sample string 5",
"PaymentType6": "sample string 6",
"PaymentType7": "sample string 7",
"PaymentType8": "sample string 8",
"PaymentType9": "sample string 9",
"PaymentTypeA": "sample string 10",
"DataResult": [
{
"HappenDate": "sample string 1",
"BillCount": 2,
"ProductCount": 3.0,
"NeedReceivedSummary": 4.0,
"CostSummary": 5.0,
"PaymentByFree": 6.0,
"PaymentAutoActivation": 7.0,
"PaymentCoupon": 8.0,
"FreeSummary": 9.0,
"PaymentType1": 10.0,
"PaymentType2": 11.0,
"PaymentType3": 12.0,
"PaymentType4": 13.0,
"PaymentType5": 14.0,
"PaymentType6": 15.0,
"PaymentType7": 16.0,
"PaymentType8": 17.0,
"PaymentType9": 18.0,
"PaymentTypeA": 19.0,
"ActualHJJE": 20.0
},
{
"HappenDate": "sample string 1",
"BillCount": 2,
"ProductCount": 3.0,
"NeedReceivedSummary": 4.0,
"CostSummary": 5.0,
"PaymentByFree": 6.0,
"PaymentAutoActivation": 7.0,
"PaymentCoupon": 8.0,
"FreeSummary": 9.0,
"PaymentType1": 10.0,
"PaymentType2": 11.0,
"PaymentType3": 12.0,
"PaymentType4": 13.0,
"PaymentType5": 14.0,
"PaymentType6": 15.0,
"PaymentType7": 16.0,
"PaymentType8": 17.0,
"PaymentType9": 18.0,
"PaymentTypeA": 19.0,
"ActualHJJE": 20.0
}
]
}
}
application/xml, text/xml
<CommonOperationResultWithTagOfRptPaymentTypeResultOfArrayOfRptPosPaymentTypeHDayResultyE_SKUBzDyE_SKUBzD 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Report">
<d2p1:DataResult>
<d2p1:RptPosPaymentTypeHDayResult>
<d2p1:ActualHJJE>20</d2p1:ActualHJJE>
<d2p1:BillCount>2</d2p1:BillCount>
<d2p1:CostSummary>5</d2p1:CostSummary>
<d2p1:FreeSummary>9</d2p1:FreeSummary>
<d2p1:HappenDate>sample string 1</d2p1:HappenDate>
<d2p1:NeedReceivedSummary>4</d2p1:NeedReceivedSummary>
<d2p1:PaymentAutoActivation>7</d2p1:PaymentAutoActivation>
<d2p1:PaymentByFree>6</d2p1:PaymentByFree>
<d2p1:PaymentCoupon>8</d2p1:PaymentCoupon>
<d2p1:PaymentType1>10</d2p1:PaymentType1>
<d2p1:PaymentType2>11</d2p1:PaymentType2>
<d2p1:PaymentType3>12</d2p1:PaymentType3>
<d2p1:PaymentType4>13</d2p1:PaymentType4>
<d2p1:PaymentType5>14</d2p1:PaymentType5>
<d2p1:PaymentType6>15</d2p1:PaymentType6>
<d2p1:PaymentType7>16</d2p1:PaymentType7>
<d2p1:PaymentType8>17</d2p1:PaymentType8>
<d2p1:PaymentType9>18</d2p1:PaymentType9>
<d2p1:PaymentTypeA>19</d2p1:PaymentTypeA>
<d2p1:ProductCount>3</d2p1:ProductCount>
</d2p1:RptPosPaymentTypeHDayResult>
<d2p1:RptPosPaymentTypeHDayResult>
<d2p1:ActualHJJE>20</d2p1:ActualHJJE>
<d2p1:BillCount>2</d2p1:BillCount>
<d2p1:CostSummary>5</d2p1:CostSummary>
<d2p1:FreeSummary>9</d2p1:FreeSummary>
<d2p1:HappenDate>sample string 1</d2p1:HappenDate>
<d2p1:NeedReceivedSummary>4</d2p1:NeedReceivedSummary>
<d2p1:PaymentAutoActivation>7</d2p1:PaymentAutoActivation>
<d2p1:PaymentByFree>6</d2p1:PaymentByFree>
<d2p1:PaymentCoupon>8</d2p1:PaymentCoupon>
<d2p1:PaymentType1>10</d2p1:PaymentType1>
<d2p1:PaymentType2>11</d2p1:PaymentType2>
<d2p1:PaymentType3>12</d2p1:PaymentType3>
<d2p1:PaymentType4>13</d2p1:PaymentType4>
<d2p1:PaymentType5>14</d2p1:PaymentType5>
<d2p1:PaymentType6>15</d2p1:PaymentType6>
<d2p1:PaymentType7>16</d2p1:PaymentType7>
<d2p1:PaymentType8>17</d2p1:PaymentType8>
<d2p1:PaymentType9>18</d2p1:PaymentType9>
<d2p1:PaymentTypeA>19</d2p1:PaymentTypeA>
<d2p1:ProductCount>3</d2p1:ProductCount>
</d2p1:RptPosPaymentTypeHDayResult>
</d2p1:DataResult>
<d2p1:PaymentType1>sample string 1</d2p1:PaymentType1>
<d2p1:PaymentType2>sample string 2</d2p1:PaymentType2>
<d2p1:PaymentType3>sample string 3</d2p1:PaymentType3>
<d2p1:PaymentType4>sample string 4</d2p1:PaymentType4>
<d2p1:PaymentType5>sample string 5</d2p1:PaymentType5>
<d2p1:PaymentType6>sample string 6</d2p1:PaymentType6>
<d2p1:PaymentType7>sample string 7</d2p1:PaymentType7>
<d2p1:PaymentType8>sample string 8</d2p1:PaymentType8>
<d2p1:PaymentType9>sample string 9</d2p1:PaymentType9>
<d2p1:PaymentTypeA>sample string 10</d2p1:PaymentTypeA>
</tag>
</CommonOperationResultWithTagOfRptPaymentTypeResultOfArrayOfRptPosPaymentTypeHDayResultyE_SKUBzDyE_SKUBzD>
application/bson
Binary JSON content. See http://bsonspec.org for details.