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

获取顺风车实体

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

房源id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取顺风车实体

CarPoolFrontDto
NameDescriptionTypeAdditional information
Id

自增id

integer

None.

Fid

信息编号

string

None.

CarPoolType

顺风车类型

CarPoolType

None.

CarStartDate

顺风车出发时间

date

None.

FromPlace

出发地

string

None.

ToPlace

目的地

string

None.

Comment

情况说明

string

None.

Phone

发布人手机

string

None.

WeChat

微信号

string

None.

IsIndex

是否精选

boolean

None.

IsTop

是否置顶

boolean

None.

Iskill

审核状态

AuditStatusType

None.

IpAddress

发布人ip

string

None.

PersonNums

人数

integer

None.

Dtappenddate

发布时间

date

None.

UserId

会员id

integer

None.

UserName

用户名称

string

None.

PayStatus

付款状态

PayStatus

None.

IsShelf

是否上线

boolean

None.

KillReason

审核未通过原因

string

None.

Price

发布费用

decimal number

None.

PriceUnit

价格单位

NewPayType

None.

EffectiveDate

过期时间

date

None.

FlushDate

自动刷新服务截至时间

date

None.

IsEffective

信息是否有效(true标识没过期)

boolean

None.

IsAutoRefreshing

信息是否自动刷新中

boolean

None.

Views

信息浏览量

integer

None.

Likes

点赞数

integer

None.

AddReverts

附加评论数

integer

None.

PublishNums

该用户发布信息条数

integer

None.

FirstName

司机姓

string

None.

HeadUrl

头像

string

None.

Propertys

顺风车特色

Collection of TeseDto

None.

IpLocation

IP地址信息

string

None.

ScanCode

二维码

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<CarPoolFrontDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.CarPool">
  <AddReverts>20</AddReverts>
  <CarPoolType>CarLookForPerson</CarPoolType>
  <CarStartDate>2024-04-20T18:14:45.3880494+08:00</CarStartDate>
  <Comment>sample string 5</Comment>
  <Dtappenddate>2024-04-20T18:14:45.3880494+08:00</Dtappenddate>
  <EffectiveDate>2024-04-20T18:14:45.3880494+08:00</EffectiveDate>
  <Fid>sample string 2</Fid>
  <FirstName>sample string 22</FirstName>
  <FlushDate>2024-04-20T18:14:45.3880494+08:00</FlushDate>
  <FromPlace>sample string 3</FromPlace>
  <HeadUrl>sample string 23</HeadUrl>
  <Id>1</Id>
  <IpAddress>sample string 10</IpAddress>
  <IpLocation>sample string 24</IpLocation>
  <IsIndex>true</IsIndex>
  <IsShelf>true</IsShelf>
  <IsTop>true</IsTop>
  <Iskill>TobeAgree</Iskill>
  <KillReason>sample string 16</KillReason>
  <Likes>19</Likes>
  <PayStatus>None</PayStatus>
  <PersonNums>11</PersonNums>
  <Phone>sample string 6</Phone>
  <Price>17</Price>
  <PriceUnit>JiFen</PriceUnit>
  <Propertys xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Tese">
    <d2p1:TeseDto>
      <d2p1:Status>3</d2p1:Status>
      <d2p1:TeseName>sample string 2</d2p1:TeseName>
      <d2p1:Teseid>1</d2p1:Teseid>
    </d2p1:TeseDto>
    <d2p1:TeseDto>
      <d2p1:Status>3</d2p1:Status>
      <d2p1:TeseName>sample string 2</d2p1:TeseName>
      <d2p1:Teseid>1</d2p1:Teseid>
    </d2p1:TeseDto>
  </Propertys>
  <PublishNums>21</PublishNums>
  <ScanCode>sample string 25</ScanCode>
  <ToPlace>sample string 4</ToPlace>
  <UserId>13</UserId>
  <UserName>sample string 14</UserName>
  <Views>18</Views>
  <WeChat>sample string 7</WeChat>
</CarPoolFrontDto>