GET api/HouseStatistic/GetFinanceStatistic?monthRange={monthRange}&convertRatio={convertRatio}

财务趋势统计

Request Information

URI Parameters

NameDescriptionTypeAdditional information
monthRange

月份范围

integer

Required

convertRatio

积分转换为余额因子

integer

Required

Body Parameters

None.

Response Information

Resource Description

财务趋势统计

Collection of FinanceStatisticDto
NameDescriptionTypeAdditional information
StatisticMonth

统计月份

date

None.

ZuanShiMenDianSumProfit

钻石门店总收益

decimal number

None.

TopFangYuanSumProfit

置顶房源总收益

decimal number

None.

RefreshFangYuanSumProfit

刷新房源总收益

decimal number

None.

TopMenDianSumProfit

置顶门店总收益

decimal number

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfFinanceStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Statistic">
  <FinanceStatisticDto>
    <RefreshFangYuanSumProfit>4.1</RefreshFangYuanSumProfit>
    <StatisticMonth>2024-04-26T23:33:54.0863483+08:00</StatisticMonth>
    <TopFangYuanSumProfit>3.1</TopFangYuanSumProfit>
    <TopMenDianSumProfit>5.1</TopMenDianSumProfit>
    <ZuanShiMenDianSumProfit>2.1</ZuanShiMenDianSumProfit>
  </FinanceStatisticDto>
  <FinanceStatisticDto>
    <RefreshFangYuanSumProfit>4.1</RefreshFangYuanSumProfit>
    <StatisticMonth>2024-04-26T23:33:54.0863483+08:00</StatisticMonth>
    <TopFangYuanSumProfit>3.1</TopFangYuanSumProfit>
    <TopMenDianSumProfit>5.1</TopMenDianSumProfit>
    <ZuanShiMenDianSumProfit>2.1</ZuanShiMenDianSumProfit>
  </FinanceStatisticDto>
</ArrayOfFinanceStatisticDto>