POST api/Report/RPT_YQFC_JC/V/Query
调用存储过程,产生园区分成交叉汇总表
Request Information
URI Parameters
None.
Body Parameters
Rpt_ParkShareParmName | Description | Type | Additional information |
---|---|---|---|
RQ1 |
起始日期 |
string |
Max length: 8 |
RQ2 |
截止日期 |
string |
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. |
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": [ "9e30d526-e9b6-4521-b09d-1c395d7aec9a", "7fe813fe-a4dd-438d-ba36-5a1e3934610d" ] }
application/xml, text/xml
Sample:
<Rpt_ParkShareParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <MPLXIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>9e30d526-e9b6-4521-b09d-1c395d7aec9a</d2p1:guid> <d2p1:guid>7fe813fe-a4dd-438d-ba36-5a1e3934610d</d2p1:guid> </MPLXIDS> <MPRQ1>sample string 4</MPRQ1> <MPRQ2>sample string 5</MPRQ2> <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> <YHDLM>sample string 3</YHDLM> </Rpt_ParkShareParm>
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
调用存储过程,产生园区分成交叉汇总表
ComplexParmName | Description | Type | Additional 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.