GET api/Finance/GetRefreshRecord?entityId={entityId}&entityType={entityType}&top={top}

获得某实体的刷新纪录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityId

实体id(比如房产就是房源id)

integer

Required

entityType

实体类型

EntityAllType

Required

top

取前几条

integer

Default value is 6

Body Parameters

None.

Response Information

Resource Description

获得某实体的刷新纪录

Collection of mh163k_EntityRefreshRecord
NameDescriptionTypeAdditional information
Id

记录标识

integer

None.

EntityId

实体标识

integer

None.

EntityType

实体类型

EntityAllType

None.

RefreshType

刷新类型

EntityRefreshType

None.

RefreshTime

刷新执行时间

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfmh163k_EntityRefreshRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <mh163k_EntityRefreshRecord>
    <EntityId>2</EntityId>
    <EntityType>XX_Biz</EntityType>
    <Id>1</Id>
    <RefreshTime>2024-03-29T20:32:03.1145679+08:00</RefreshTime>
    <RefreshType>Manual</RefreshType>
  </mh163k_EntityRefreshRecord>
  <mh163k_EntityRefreshRecord>
    <EntityId>2</EntityId>
    <EntityType>XX_Biz</EntityType>
    <Id>1</Id>
    <RefreshTime>2024-03-29T20:32:03.1145679+08:00</RefreshTime>
    <RefreshType>Manual</RefreshType>
  </mh163k_EntityRefreshRecord>
</ArrayOfmh163k_EntityRefreshRecord>