POST api/Report/Rpt/YQFC/HZ/SPZD/FKFS/H/Query

检索园区分成报表-汇总-分售票站点-付款方式横向,并以复杂类型返回(CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_Rpt_YQFC_HZ_SPZD_FKFS_HDataTable)))。

Request Information

URI Parameters

None.

Body Parameters

Rpt_ParkShare_ExParm
NameDescriptionTypeAdditional 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

Sample:
{
  "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": [
    "27f6f485-9e6b-4b5a-a616-8364b4074bdc",
    "f00b66f2-9124-4234-9e00-30c23ce7e2f1"
  ],
  "JYLY": "sample string 6",
  "DJSID": "a0f3bbef-4a74-4b13-82db-666f4bb527f4",
  "DJSBMID": "a4482d8c-3589-4c5a-b390-8723d523dc4d",
  "ZTSID": "249def3b-1870-4cab-b999-0c5d31739743",
  "ZTSBMID": "5e186c6a-2f48-4899-ac35-499a790d195f",
  "XYDWID": "dffb5cdd-aa1e-489c-b4ef-ebd0f62a59b3",
  "DYZH": "sample string 7",
  "MemberLevel": 64
}

application/xml, text/xml

Sample:
<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>a4482d8c-3589-4c5a-b390-8723d523dc4d</DJSBMID>
  <DJSID>a0f3bbef-4a74-4b13-82db-666f4bb527f4</DJSID>
  <DYZH>sample string 7</DYZH>
  <JYLY>sample string 6</JYLY>
  <MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>27f6f485-9e6b-4b5a-a616-8364b4074bdc</d2p1:guid>
    <d2p1:guid>f00b66f2-9124-4234-9e00-30c23ce7e2f1</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>dffb5cdd-aa1e-489c-b4ef-ebd0f62a59b3</XYDWID>
  <YHDLM>sample string 3</YHDLM>
  <ZTSBMID>5e186c6a-2f48-4899-ac35-499a790d195f</ZTSBMID>
  <ZTSID>249def3b-1870-4cab-b999-0c5d31739743</ZTSID>
</Rpt_ParkShare_ExParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

检索园区分成报表-汇总-分售票站点-付款方式横向,并以复杂类型返回(CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_Rpt_YQFC_HZ_SPZD_FKFS_HDataTable)))。

ComplexParm
NameDescriptionTypeAdditional information
Zipped

读取或设置一个值,指示当前缓冲区是否经过了压缩

boolean

None.

Buffer

读取或设置一个值,指明当前缓冲区的内容

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Zipped": true,
  "Buffer": "QEA="
}

application/xml, text/xml

Sample:
<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

Sample:
Binary JSON content. See http://bsonspec.org for details.