GET api/BI/Today/Theatre/Session/ByBusiFrom?sessionid={sessionid}&curdate={curdate}
获取今日实况-演出-场次中按交易来源展示的数据。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionid |
场次ID,不能为空。 |
globally unique identifier |
Required |
| curdate |
日期,yyyyMMdd,为空或不设置时,默认为当天 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取今日实况-演出-场次中按交易来源展示的数据。
CommonOperationResultWithTagOfIEnumerableOfBI_DistinguishCategory_CommonItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of BI_DistinguishCategory_CommonItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"ItemName": "sample string 1",
"Income": 2.0,
"IncomePercentage": 3.0,
"PeopleTimes": 4,
"PeopleTimesPercentage": 5.0,
"SellTicketFee": 6.0,
"RefundTicketFee": 7.0,
"OtherFee": 8.0
},
{
"ItemName": "sample string 1",
"Income": 2.0,
"IncomePercentage": 3.0,
"PeopleTimes": 4,
"PeopleTimesPercentage": 5.0,
"SellTicketFee": 6.0,
"RefundTicketFee": 7.0,
"OtherFee": 8.0
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_DistinguishCategory_CommonItem8klBlK8Q 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.Common">
<d2p1:BI_DistinguishCategory_CommonItem>
<d2p1:Income>2</d2p1:Income>
<d2p1:IncomePercentage>3</d2p1:IncomePercentage>
<d2p1:ItemName>sample string 1</d2p1:ItemName>
<d2p1:OtherFee>8</d2p1:OtherFee>
<d2p1:PeopleTimes>4</d2p1:PeopleTimes>
<d2p1:PeopleTimesPercentage>5</d2p1:PeopleTimesPercentage>
<d2p1:RefundTicketFee>7</d2p1:RefundTicketFee>
<d2p1:SellTicketFee>6</d2p1:SellTicketFee>
</d2p1:BI_DistinguishCategory_CommonItem>
<d2p1:BI_DistinguishCategory_CommonItem>
<d2p1:Income>2</d2p1:Income>
<d2p1:IncomePercentage>3</d2p1:IncomePercentage>
<d2p1:ItemName>sample string 1</d2p1:ItemName>
<d2p1:OtherFee>8</d2p1:OtherFee>
<d2p1:PeopleTimes>4</d2p1:PeopleTimes>
<d2p1:PeopleTimesPercentage>5</d2p1:PeopleTimesPercentage>
<d2p1:RefundTicketFee>7</d2p1:RefundTicketFee>
<d2p1:SellTicketFee>6</d2p1:SellTicketFee>
</d2p1:BI_DistinguishCategory_CommonItem>
</tag>
</CommonOperationResultWithTagOfArrayOfBI_DistinguishCategory_CommonItem8klBlK8Q>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.