GET api/BI/Today/Theatre/All/Data?curdate={curdate}
获取今日实况-演出的总体收入的数据。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| curdate |
日期,yyyy-MM-dd,为空或不设置时,默认为当天 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取今日实况-演出的总体收入的数据。
CommonOperationResultWithTagOfBI_Today_Theatre_AllDataItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | BI_Today_Theatre_AllDataItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"RQ": "sample string 1",
"InComeSummary": 2.0,
"TicketIncome": 3.0,
"RefundTicketMoney": 4.0,
"TotalOther": 5.0,
"SellPeopleTimes": 6,
"RefundPeopleTimes": 7,
"NetPeopleTimes": 8
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfBI_Today_Theatre_AllDataItemvws7YgyP 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:InComeSummary>2</d2p1:InComeSummary>
<d2p1:NetPeopleTimes>8</d2p1:NetPeopleTimes>
<d2p1:RQ>sample string 1</d2p1:RQ>
<d2p1:RefundPeopleTimes>7</d2p1:RefundPeopleTimes>
<d2p1:RefundTicketMoney>4</d2p1:RefundTicketMoney>
<d2p1:SellPeopleTimes>6</d2p1:SellPeopleTimes>
<d2p1:TicketIncome>3</d2p1:TicketIncome>
<d2p1:TotalOther>5</d2p1:TotalOther>
</tag>
</CommonOperationResultWithTagOfBI_Today_Theatre_AllDataItemvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.