POST api/Report/DJSBM/QueryV_RPT_DJSBM_PHB
获取地接社部门购票排行榜的api,并以复杂类型返回(CommonOperationResultWithTag(V_RPT_DJSBM_PHBDataTable))。
Request Information
URI Parameters
None.
Body Parameters
Rpt_DjsBm_PhbParm| Name | 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(2000),门票类型ID |
Collection of globally unique identifier |
None. |
| Top20 |
@Top20 char(1), /*是否只显示前20名*/ |
string |
Max length: 1 |
| TJFW |
@TJFW char(1) /*统计范围 1-仅统计销售 2 仅统计返款票销售,A统计门票销售和返款票销售*/ |
string |
Max length: 1 |
| VAR_HasInsurance |
统计结果中是否包含保险数据。 |
string |
Max length: 1 |
Request Formats
application/json, text/json
Sample:
{
"DayType": "sample string 1",
"StartDate": "sample string 2",
"EndDate": "sample string 3",
"MPLXList": [
"a9da08d8-0035-4c59-b456-724e174576b2",
"e8ceb5d2-1f0f-4bbe-8df8-9f0056d0ef86"
],
"Top20": "sample string 4",
"TJFW": "sample string 5",
"VAR_HasInsurance": "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 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a9da08d8-0035-4c59-b456-724e174576b2</d2p1:guid>
<d2p1:guid>e8ceb5d2-1f0f-4bbe-8df8-9f0056d0ef86</d2p1:guid>
</MPLXList>
<StartDate>sample string 2</StartDate>
<TJFW>sample string 5</TJFW>
<Top20>sample string 4</Top20>
<VAR_HasInsurance>sample string 6</VAR_HasInsurance>
</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))。
ComplexParm| Name | 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.