GET api/CarPool/GetCarPoolImportantInfo?id={id}

后台--获取顺风车超级管理内容

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

房源id

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台--获取顺风车超级管理内容

CarPoorSuperUpdateDto
NameDescriptionTypeAdditional information
Id

顺风车id

integer

None.

UserName

会员名

string

None.

TopDate

置顶时间

date

None.

IsTop

是否置顶 默认值(0)

boolean

None.

Views

信息浏览量

integer

None.

Likes

点赞数

integer

None.

AddReverts

附加的评论数

integer

None.

Iskill

审核状态

AuditStatusType

None.

IsShelf

是否上线

boolean

None.

CarStartDate

有效时间,后台超级管理编辑时不需传入

date

None.

EffectiveDate

过期时间,会员中心编辑时不可传入

date

None.

Intorder

排序字段

integer

None.

RefreshRecords

刷新记录

Collection of mh163k_EntityRefreshRecord

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<CarPoorSuperUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.CarPool">
  <AddReverts>6</AddReverts>
  <CarStartDate>2024-04-19T20:34:44.7317793+08:00</CarStartDate>
  <EffectiveDate>2024-04-19T20:34:44.7317793+08:00</EffectiveDate>
  <Id>1</Id>
  <Intorder>8</Intorder>
  <IsShelf>true</IsShelf>
  <IsTop>true</IsTop>
  <Iskill>TobeAgree</Iskill>
  <Likes>5</Likes>
  <RefreshRecords xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
    <d2p1:mh163k_EntityRefreshRecord>
      <d2p1:EntityId>2</d2p1:EntityId>
      <d2p1:EntityType>XX_Biz</d2p1:EntityType>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:RefreshTime>2024-04-19T20:34:44.7317793+08:00</d2p1:RefreshTime>
      <d2p1:RefreshType>Manual</d2p1:RefreshType>
    </d2p1:mh163k_EntityRefreshRecord>
    <d2p1:mh163k_EntityRefreshRecord>
      <d2p1:EntityId>2</d2p1:EntityId>
      <d2p1:EntityType>XX_Biz</d2p1:EntityType>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:RefreshTime>2024-04-19T20:34:44.7317793+08:00</d2p1:RefreshTime>
      <d2p1:RefreshType>Manual</d2p1:RefreshType>
    </d2p1:mh163k_EntityRefreshRecord>
  </RefreshRecords>
  <TopDate>2024-04-19T20:34:44.7317793+08:00</TopDate>
  <UserName>sample string 2</UserName>
  <Views>4</Views>
</CarPoorSuperUpdateDto>