POST api/Report/DJSBM/QueryV_RPT_DJSBM_PHB
获取地接社部门购票排行榜的api,并以复杂类型返回(CommonOperationResultWithTag(V_RPT_DJSBM_PHBDataTable))。
Request Information
URI Parameters
None.
Body Parameters
Rpt_DjsBm_PhbParmName | Description | Type | Additional information |
---|---|---|---|
DayType |
@DayType char(1),/*1交易日期,2门票日期*/ |
string |
Max length: 1 |
StartDate |
@StartDate char(8),/*起始日期*/ |
string |
Max length: 8 |
EndDate |
@EndDate char(8),/*截止日期*/ |
string |
Max length: 8 |
MPLXList |
@MPLXList varchar(8000),/*票型的清单*/ |
string |
Max length: 8000 |
Top20 |
@Top20 char(1), /*是否只显示前20名*/ |
string |
Max length: 1 |
TJFW |
@TJFW char(1) /*统计范围 1-仅统计销售 2 仅统计返款票销售,A统计门票销售和返款票销售*/ |
string |
Max length: 1 |
Request Formats
application/json, text/json
Sample:
{ "DayType": "sample string 1", "StartDate": "sample string 2", "EndDate": "sample string 3", "MPLXList": "sample string 4", "Top20": "sample string 5", "TJFW": "sample string 6" }
application/xml, text/xml
Sample:
<Rpt_DjsBm_PhbParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <DayType>sample string 1</DayType> <EndDate>sample string 3</EndDate> <MPLXList>sample string 4</MPLXList> <StartDate>sample string 2</StartDate> <TJFW>sample string 6</TJFW> <Top20>sample string 5</Top20> </Rpt_DjsBm_PhbParm>
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
获取地接社部门购票排行榜的api,并以复杂类型返回(CommonOperationResultWithTag(V_RPT_DJSBM_PHBDataTable))。
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.