GET api/BI/TypicalData/Scenic/ToursimArea/Income?toursimareaid={toursimareaid}&date={date}
查询典型数据-景区-园区-收入
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| toursimareaid |
园区id,Guid格式,为空表示查询所有园区 |
string |
Default value is |
| date |
查询日期,字符串格式yyyyMMdd |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
查询典型数据-景区-园区-收入
CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | BI_TypicalData_SummaryAndYOY_CommonResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"RQ": "sample string 1",
"SummaryOfWeek": 2.0,
"SummaryOfWeekYOY": 3.0,
"SummaryOfMonth": 4.0,
"SummaryOfMonthYOY": 5.0,
"SummaryOfYear": 6.0,
"SummaryOfYearYOY": 7.0
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResultvws7YgyP 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:RQ>sample string 1</d2p1:RQ>
<d2p1:SummaryOfMonth>4</d2p1:SummaryOfMonth>
<d2p1:SummaryOfMonthYOY>5</d2p1:SummaryOfMonthYOY>
<d2p1:SummaryOfWeek>2</d2p1:SummaryOfWeek>
<d2p1:SummaryOfWeekYOY>3</d2p1:SummaryOfWeekYOY>
<d2p1:SummaryOfYear>6</d2p1:SummaryOfYear>
<d2p1:SummaryOfYearYOY>7</d2p1:SummaryOfYearYOY>
</tag>
</CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResultvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.