POST api/Report/BG_Area_Analysis/Query
调用存储过程,查询产生游客来源属性简要分析报表
Request Information
URI Parameters
None.
Body Parameters
BigData_AreaAnalysisParmName | Description | Type | Additional information |
---|---|---|---|
StartDate |
@StartDate char(8),/*起始日期 yyyyMMdd,不可以为空*/ |
string |
Max length: 8 |
EndDate |
@EndDate char(8),/*截止日期 yyyyMMdd,为空时表示当天,起始时间与截止时间的差不能超过366天*/ |
string |
Max length: 8 |
TJHW |
TJHW char(1),/*统计范围 ,1表示仅含门票销售,2 表示仅含返款票消息 A表示门票销售和返款票销售,为空表示全部*/ |
string |
Max length: 1 |
DWLX |
@DWLX char(1),/*客户类型*/ |
string |
Max length: 1 |
DWID |
@DWID varchar(36) ,/*客户的ID*/ |
string |
Max length: 36 |
JYLY |
@JYLY char(1) ,/*交易来源 1前台,2互联网 ,A全部,为空表示全部 */ |
string |
Max length: 1 |
FKHDWGP |
@FKHDWGP char(1)/*1表示非客户单位购票(售票单内没有任何购票人),2仅客户单位购票(不含没有任何购票人的部分),A全部*/ |
string |
Max length: 1 |
Request Formats
application/json, text/json
Sample:
{ "StartDate": "sample string 1", "EndDate": "sample string 2", "TJHW": "sample string 3", "DWLX": "sample string 4", "DWID": "sample string 5", "JYLY": "sample string 6", "FKHDWGP": "sample string 7" }
application/xml, text/xml
Sample:
<BigData_AreaAnalysisParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report"> <DWID>sample string 5</DWID> <DWLX>sample string 4</DWLX> <EndDate>sample string 2</EndDate> <FKHDWGP>sample string 7</FKHDWGP> <JYLY>sample string 6</JYLY> <StartDate>sample string 1</StartDate> <TJHW>sample string 3</TJHW> </BigData_AreaAnalysisParm>
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.