GET api/BI/Today/Theatre/Session/ByPaymentType?sessionid={sessionid}&curdate={curdate}

获取今日实况-演出-场次中按付款方式展示的数据。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sessionid

场次ID,不能为空。

globally unique identifier

Required

curdate

日期,yyyyMMdd,为空或不设置时,默认为当天

string

Default value is

Body Parameters

None.

Response Information

Resource Description

获取今日实况-演出-场次中按付款方式展示的数据。

CommonOperationResultWithTagOfIEnumerableOfBI_PaymentType_CommonItem
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of BI_PaymentType_CommonItem

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": [
    {
      "RQ": "sample string 1",
      "ItemId": "sample string 2",
      "ItemName": "sample string 3",
      "Income": 4.0,
      "IncomePercentage": 5.0,
      "ReceivedMoney": 6.0,
      "RefundMoney": 7.0,
      "Other": 8.0
    },
    {
      "RQ": "sample string 1",
      "ItemId": "sample string 2",
      "ItemName": "sample string 3",
      "Income": 4.0,
      "IncomePercentage": 5.0,
      "ReceivedMoney": 6.0,
      "RefundMoney": 7.0,
      "Other": 8.0
    }
  ]
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfArrayOfBI_PaymentType_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_PaymentType_CommonItem>
      <d2p1:Income>4</d2p1:Income>
      <d2p1:IncomePercentage>5</d2p1:IncomePercentage>
      <d2p1:ItemId>sample string 2</d2p1:ItemId>
      <d2p1:ItemName>sample string 3</d2p1:ItemName>
      <d2p1:Other>8</d2p1:Other>
      <d2p1:RQ>sample string 1</d2p1:RQ>
      <d2p1:ReceivedMoney>6</d2p1:ReceivedMoney>
      <d2p1:RefundMoney>7</d2p1:RefundMoney>
    </d2p1:BI_PaymentType_CommonItem>
    <d2p1:BI_PaymentType_CommonItem>
      <d2p1:Income>4</d2p1:Income>
      <d2p1:IncomePercentage>5</d2p1:IncomePercentage>
      <d2p1:ItemId>sample string 2</d2p1:ItemId>
      <d2p1:ItemName>sample string 3</d2p1:ItemName>
      <d2p1:Other>8</d2p1:Other>
      <d2p1:RQ>sample string 1</d2p1:RQ>
      <d2p1:ReceivedMoney>6</d2p1:ReceivedMoney>
      <d2p1:RefundMoney>7</d2p1:RefundMoney>
    </d2p1:BI_PaymentType_CommonItem>
  </tag>
</CommonOperationResultWithTagOfArrayOfBI_PaymentType_CommonItem8klBlK8Q>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.