GET api/BI/Rpt/Dayrpt/SellInHours/Summary?datevar={datevar}&busitype={busitype}&busifrom={busifrom}
(跨平台方法)查询某一天,各时间段售票的人次数和金额,用于绘制图表并展示当日各时段的售票业务负载量。 本接口不能分园区,售票站点统计(reuslt.errcode=0表示成功,Tag值中返回一个数组,表各指定日期各时段的售票业务负载)。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
datevar |
日期,YYYYMMDD,必填。 |
string |
Required |
busitype |
业务类型,A表示限散客,B表示限团队,为空或其他值表示不限。 |
string |
Default value is |
busifrom |
业务来源,1表示限前台和自助机,2表示限互联网,为空或其他值表示不限。 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
(跨平台方法)查询某一天,各时间段售票的人次数和金额,用于绘制图表并展示当日各时段的售票业务负载量。 本接口不能分园区,售票站点统计(reuslt.errcode=0表示成功,Tag值中返回一个数组,表各指定日期各时段的售票业务负载)。
CommonOperationResultWithTagOfIEnumerableOfBI_Toursim_SellInfo_InHourItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of BI_Toursim_SellInfo_InHourItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "HourIndex": 64, "NetPepoleCount": 2, "NetSummary": 3.0 }, { "HourIndex": 64, "NetPepoleCount": 2, "NetSummary": 3.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_Toursim_SellInfo_InHourItemvws7YgyP 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_Toursim_SellInfo_InHourItem> <d2p1:HourIndex>64</d2p1:HourIndex> <d2p1:NetPepoleCount>2</d2p1:NetPepoleCount> <d2p1:NetSummary>3</d2p1:NetSummary> </d2p1:BI_Toursim_SellInfo_InHourItem> <d2p1:BI_Toursim_SellInfo_InHourItem> <d2p1:HourIndex>64</d2p1:HourIndex> <d2p1:NetPepoleCount>2</d2p1:NetPepoleCount> <d2p1:NetSummary>3</d2p1:NetSummary> </d2p1:BI_Toursim_SellInfo_InHourItem> </tag> </CommonOperationResultWithTagOfArrayOfBI_Toursim_SellInfo_InHourItemvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.