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

检索园区分成报表-汇总-分售票站点-票型-付款方式横向,并以复杂类型返回(CommonOperationResultWithTag(RptPaymentTypeHStyleResult(V_Rpt_YQFC_HZ_SPZD_MPLX_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": [
    "9ffd5dc0-ffe6-4871-be57-96ce0ee4c973",
    "96e8e7e2-d297-4083-95bf-9d8cc4ea667b"
  ],
  "JYLY": "sample string 6",
  "DJSID": "d3a93f09-1427-4f08-8c8b-883b0adf8e27",
  "DJSBMID": "c1b8cf75-f433-4378-8dc8-b18b171ba90b",
  "ZTSID": "65d8a995-eba7-49da-b99c-5579731f26d5",
  "ZTSBMID": "c8a62e31-b366-48d2-8fec-fb53d19ca0ff",
  "XYDWID": "ec9b4396-7e51-4f0f-a384-791e442cfcde",
  "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>c1b8cf75-f433-4378-8dc8-b18b171ba90b</DJSBMID>
  <DJSID>d3a93f09-1427-4f08-8c8b-883b0adf8e27</DJSID>
  <DYZH>sample string 7</DYZH>
  <JYLY>sample string 6</JYLY>
  <MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9ffd5dc0-ffe6-4871-be57-96ce0ee4c973</d2p1:guid>
    <d2p1:guid>96e8e7e2-d297-4083-95bf-9d8cc4ea667b</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>ec9b4396-7e51-4f0f-a384-791e442cfcde</XYDWID>
  <YHDLM>sample string 3</YHDLM>
  <ZTSBMID>c8a62e31-b366-48d2-8fec-fb53d19ca0ff</ZTSBMID>
  <ZTSID>65d8a995-eba7-49da-b99c-5579731f26d5</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_MPLX_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.