POST api/Report/Rpt/YQFC/HZ/MPLX/FKFS/H/Query
检索园区分成报表-汇总-分票型-付款方式横向,并以复杂类型返回(CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_Rpt_YQFC_HZ_MPLX_FKFS_HDataTable)))。
Request Information
URI Parameters
None.
Body Parameters
Rpt_ParkShare_ExParm| Name | Description | Type | Additional information |
|---|---|---|---|
| RQ1 |
起始日期 |
string |
Required Max length: 8 |
| RQ2 |
截止日期 |
string |
Required Max length: 8 |
| YHDLM |
用户登录名 |
string |
Max length: 20 |
| MPRQ1 |
门票起始日期 |
string |
Max length: 8 |
| MPRQ2 |
门票截止日期 |
string |
Max length: 8 |
| SPZDIDS |
售票站点的列表,以SPZD1,SPZD2,SPZD3的形式传入 |
Collection of string |
None. |
| MPLXIDS |
门票类型列表,以MPLXID1,MPLXID2,MPLXID3的形式传入 |
Collection of globally unique identifier |
None. |
| JYLY |
@JYLY char(1),/*1前台或自助机,2互联网*/ |
string |
Max length: 1 |
| DJSID |
@DJSID uniqueidentifier,/*地接社ID*/ |
globally unique identifier |
None. |
| DJSBMID |
@DJSBMID uniqueidentifier,/*地接社部门ID*/ |
globally unique identifier |
None. |
| ZTSID |
@ZTSID uniqueidentifier,/*组团社ID*/ |
globally unique identifier |
None. |
| ZTSBMID |
@ZTSBMID uniqueidentifier,/*组团社部门ID*/ |
globally unique identifier |
None. |
| XYDWID |
uniqueidentifier,/*协议单位的ID*/ |
globally unique identifier |
None. |
| DYZH |
@DYZH varchar(20),/*协议单位的ID*/ |
string |
Max length: 20 |
| MemberLevel |
@MemberLevel tinyint,/*会员等级*/ |
byte |
None. |
Request Formats
application/json, text/json
{
"RQ1": "sample string 1",
"RQ2": "sample string 2",
"YHDLM": "sample string 3",
"MPRQ1": "sample string 4",
"MPRQ2": "sample string 5",
"SPZDIDS": [
"sample string 1",
"sample string 2"
],
"MPLXIDS": [
"c1c74101-feda-4d45-b83b-b4c92bb31aa7",
"febf1371-29ba-40c3-b9d3-412099147253"
],
"JYLY": "sample string 6",
"DJSID": "678d7765-33cc-4793-93b5-3cdf92ec9e7b",
"DJSBMID": "f344a2ee-fdf0-4eb5-8ab8-d2b555cda66f",
"ZTSID": "5540f0eb-9c9a-4d53-968b-e790561205bc",
"ZTSBMID": "11b34c58-9a37-4dd9-874f-f04de0d55465",
"XYDWID": "36d4b7e6-f5a8-4585-b103-495073aea8d3",
"DYZH": "sample string 7",
"MemberLevel": 64
}
application/xml, text/xml
<Rpt_ParkShare_ExParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
<DJSBMID>f344a2ee-fdf0-4eb5-8ab8-d2b555cda66f</DJSBMID>
<DJSID>678d7765-33cc-4793-93b5-3cdf92ec9e7b</DJSID>
<DYZH>sample string 7</DYZH>
<JYLY>sample string 6</JYLY>
<MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c1c74101-feda-4d45-b83b-b4c92bb31aa7</d2p1:guid>
<d2p1:guid>febf1371-29ba-40c3-b9d3-412099147253</d2p1:guid>
</MPLXIDS>
<MPRQ1>sample string 4</MPRQ1>
<MPRQ2>sample string 5</MPRQ2>
<MemberLevel>64</MemberLevel>
<RQ1>sample string 1</RQ1>
<RQ2>sample string 2</RQ2>
<SPZDIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SPZDIDS>
<XYDWID>36d4b7e6-f5a8-4585-b103-495073aea8d3</XYDWID>
<YHDLM>sample string 3</YHDLM>
<ZTSBMID>11b34c58-9a37-4dd9-874f-f04de0d55465</ZTSBMID>
<ZTSID>5540f0eb-9c9a-4d53-968b-e790561205bc</ZTSID>
</Rpt_ParkShare_ExParm>
application/x-www-form-urlencoded
Sample not available.
application/bson
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
检索园区分成报表-汇总-分票型-付款方式横向,并以复杂类型返回(CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_Rpt_YQFC_HZ_MPLX_FKFS_HDataTable)))。
ComplexParm| Name | Description | Type | Additional information |
|---|---|---|---|
| Zipped |
读取或设置一个值,指示当前缓冲区是否经过了压缩 |
boolean |
None. |
| Buffer |
读取或设置一个值,指明当前缓冲区的内容 |
Collection of byte |
None. |
Response Formats
application/json, text/json
{
"Zipped": true,
"Buffer": "QEA="
}
application/xml, text/xml
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <Buffer>QEA=</Buffer> <Zipped>true</Zipped> </ComplexParm>
application/bson
Binary JSON content. See http://bsonspec.org for details.