POST api/Report/RPT_DYY_SPZDMPZLHZ/V/Query
调用存储过程产生并返回导游购票分售票站点汇总表,以复杂类型返回(CommonOperationResultWithTag(V_RPT_DYY_SPZDMPZLHZDataTable))
Request Information
URI Parameters
None.
Body Parameters
Rpt_Guider_SellStationSummaryParmName | Description | Type | Additional information |
---|---|---|---|
StartTime |
起始时间 |
string |
Max length: 14 |
EndTime |
截止时间 |
string |
Max length: 14 |
MPLXID |
门票类型ID |
globally unique identifier |
None. |
SPZDDM |
售票站点代码 |
string |
Max length: 2 |
Request Formats
application/json, text/json
Sample:
{ "StartTime": "sample string 1", "EndTime": "sample string 2", "MPLXID": "a4ab1ab4-6380-44e7-9c59-da90aa8747fc", "SPZDDM": "sample string 4" }
application/xml, text/xml
Sample:
<Rpt_Guider_SellStationSummaryParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <EndTime>sample string 2</EndTime> <MPLXID>a4ab1ab4-6380-44e7-9c59-da90aa8747fc</MPLXID> <SPZDDM>sample string 4</SPZDDM> <StartTime>sample string 1</StartTime> </Rpt_Guider_SellStationSummaryParm>
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(V_RPT_DYY_SPZDMPZLHZDataTable))
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.