GET api/BI/Rpt/Dayrpt/SellAndChk/Summary?startdate={startdate}&enddate={enddate}&subtourismid={subtourismid}
(跨平台方法)查询一段时间内,全园区(或首先园区)的售票,检票日汇总与特定子园区的日汇总。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startdate |
起始日期,YYYYMMDD,为空时表示当天。 |
string |
Default value is |
| enddate |
截止日期,YYYYMMDD,为空时表示当天。 |
string |
Default value is |
| subtourismid |
特定子园区的ID,为空时表示不返回子园区的数据。 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
(跨平台方法)查询一段时间内,全园区(或首先园区)的售票,检票日汇总与特定子园区的日汇总。
CommonOperationResultWithTagOfIEnumerableOfBI_Scenic_SellAndCheck_DaySummary| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of BI_Scenic_SellAndCheck_DaySummary |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"STA_Date": "sample string 1",
"Sell_Count": 2,
"Sell_Summary": 3.0,
"Check_Count": 4,
"SubTourismAreaSell_Count": 5,
"SubTourismAreaSell_Summary": 6.0,
"SubTourismAreaCheck_Count": 7
},
{
"STA_Date": "sample string 1",
"Sell_Count": 2,
"Sell_Summary": 3.0,
"Check_Count": 4,
"SubTourismAreaSell_Count": 5,
"SubTourismAreaSell_Summary": 6.0,
"SubTourismAreaCheck_Count": 7
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_Scenic_SellAndCheck_DaySummaryvws7YgyP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.BI">
<d2p1:BI_Scenic_SellAndCheck_DaySummary>
<d2p1:Check_Count>4</d2p1:Check_Count>
<d2p1:STA_Date>sample string 1</d2p1:STA_Date>
<d2p1:Sell_Count>2</d2p1:Sell_Count>
<d2p1:Sell_Summary>3</d2p1:Sell_Summary>
<d2p1:SubTourismAreaCheck_Count>7</d2p1:SubTourismAreaCheck_Count>
<d2p1:SubTourismAreaSell_Count>5</d2p1:SubTourismAreaSell_Count>
<d2p1:SubTourismAreaSell_Summary>6</d2p1:SubTourismAreaSell_Summary>
</d2p1:BI_Scenic_SellAndCheck_DaySummary>
<d2p1:BI_Scenic_SellAndCheck_DaySummary>
<d2p1:Check_Count>4</d2p1:Check_Count>
<d2p1:STA_Date>sample string 1</d2p1:STA_Date>
<d2p1:Sell_Count>2</d2p1:Sell_Count>
<d2p1:Sell_Summary>3</d2p1:Sell_Summary>
<d2p1:SubTourismAreaCheck_Count>7</d2p1:SubTourismAreaCheck_Count>
<d2p1:SubTourismAreaSell_Count>5</d2p1:SubTourismAreaSell_Count>
<d2p1:SubTourismAreaSell_Summary>6</d2p1:SubTourismAreaSell_Summary>
</d2p1:BI_Scenic_SellAndCheck_DaySummary>
</tag>
</CommonOperationResultWithTagOfArrayOfBI_Scenic_SellAndCheck_DaySummaryvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.