POST api/BI/BigData/Total/Recieve/CombindedGroup/Non

统计大数据全园收入综合分类汇总表(非标,票务以核销入账日期为依据,其他业务以交易日期为依据,可以不含年卡数据),并以复杂类型返回CommonOperationResultWithTag(V_BigData_Total_Summary_ByYwlxDataTable)。

Request Information

URI Parameters

None.

Body Parameters

BigData_Total_Summary_ByYwlx_NonParm
NameDescriptionTypeAdditional information
VAR_StartDate

起始日期

string

Max length: 8

VAR_EndDate

截止日期

string

Max length: 8

VAR_CalForTicket

是否统计票务收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_IncludeYearCard

是否统计年卡,1是,0否。

string

Max length: 1

VAR_CalForPos

是否统计自营零售收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_CalForUnPos

是否统计联营零售收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_CalForRenting

是否统计租赁收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_CalForCatering

是否统计餐饮收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_CalForOthers

是否统计其他收入,'0'否,'1'是,默认为'0'

string

Max length: 1

VAR_TaxRateForTicket

票务的税率

decimal number

None.

VAR_TaxRateForPos

自营零售票务的税率

decimal number

None.

VAR_TaxRateForUnPos

联营零售票务的税率

decimal number

None.

VAR_TaxRateForRenting

租凭票务的税率

decimal number

None.

VAR_TaxRateForCatering

餐饮票务的税率

decimal number

None.

VAR_TaxRateForOthers

其他票务的税率

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "VAR_StartDate": "sample string 1",
  "VAR_EndDate": "sample string 2",
  "VAR_CalForTicket": "sample string 3",
  "VAR_IncludeYearCard": "sample string 4",
  "VAR_CalForPos": "sample string 5",
  "VAR_CalForUnPos": "sample string 6",
  "VAR_CalForRenting": "sample string 7",
  "VAR_CalForCatering": "sample string 8",
  "VAR_CalForOthers": "sample string 9",
  "VAR_TaxRateForTicket": 10.0,
  "VAR_TaxRateForPos": 11.0,
  "VAR_TaxRateForUnPos": 12.0,
  "VAR_TaxRateForRenting": 13.0,
  "VAR_TaxRateForCatering": 14.0,
  "VAR_TaxRateForOthers": 15.0
}

application/xml, text/xml

Sample:
<BigData_Total_Summary_ByYwlx_NonParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Report">
  <VAR_CalForCatering>sample string 8</VAR_CalForCatering>
  <VAR_CalForOthers>sample string 9</VAR_CalForOthers>
  <VAR_CalForPos>sample string 5</VAR_CalForPos>
  <VAR_CalForRenting>sample string 7</VAR_CalForRenting>
  <VAR_CalForTicket>sample string 3</VAR_CalForTicket>
  <VAR_CalForUnPos>sample string 6</VAR_CalForUnPos>
  <VAR_EndDate>sample string 2</VAR_EndDate>
  <VAR_IncludeYearCard>sample string 4</VAR_IncludeYearCard>
  <VAR_StartDate>sample string 1</VAR_StartDate>
  <VAR_TaxRateForCatering>14</VAR_TaxRateForCatering>
  <VAR_TaxRateForOthers>15</VAR_TaxRateForOthers>
  <VAR_TaxRateForPos>11</VAR_TaxRateForPos>
  <VAR_TaxRateForRenting>13</VAR_TaxRateForRenting>
  <VAR_TaxRateForTicket>10</VAR_TaxRateForTicket>
  <VAR_TaxRateForUnPos>12</VAR_TaxRateForUnPos>
</BigData_Total_Summary_ByYwlx_NonParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

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

Response Information

Resource Description

统计大数据全园收入综合分类汇总表(非标,票务以核销入账日期为依据,其他业务以交易日期为依据,可以不含年卡数据),并以复杂类型返回CommonOperationResultWithTag(V_BigData_Total_Summary_ByYwlxDataTable)。

ComplexParm
NameDescriptionTypeAdditional information
Zipped

读取或设置一个值,指示当前缓冲区是否经过了压缩

boolean

None.

Buffer

读取或设置一个值,指明当前缓冲区的内容

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Zipped": true,
  "Buffer": "QEA="
}

application/xml, text/xml

Sample:
<ComplexParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <Buffer>QEA=</Buffer>
  <Zipped>true</Zipped>
</ComplexParm>

application/bson

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