GET api/JobPost/GetJobSuperInfo?jobId={jobId}

后台 - 获取职位超级管理信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

职位标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台 - 获取职位超级管理信息

JobSuperDetailDto
NameDescriptionTypeAdditional information
Id

职位标识

integer

None.

IsTop

是否置顶

boolean

None.

TopExpiredTime

置顶到期时间

date

None.

Views

浏览数

integer

None.

Thumbs

点赞数

integer

None.

Judges

评论数

integer

None.

HasExpired

是否过期

boolean

None.

ExpiredTime

过期时间

date

None.

AuditStatus

审核状态

AuditStatusType

None.

AuditFailReason

审核失败原因

string

None.

IntOrder

排序顺序

integer

None.

UserId

绑定会员标识

integer

None.

UserName

绑定会员名称

string

None.

JobRefreshInfos

职位刷新详情

Collection of mh163k_EntityRefreshRecord

None.

NeedResumeToPhone

查看电话是否需要简历

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobSuperDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin">
  <AuditFailReason>sample string 8</AuditFailReason>
  <AuditStatus>TobeAgree</AuditStatus>
  <ExpiredTime>2024-03-28T18:22:20.0598851+08:00</ExpiredTime>
  <HasExpired>true</HasExpired>
  <Id>1</Id>
  <IntOrder>9</IntOrder>
  <IsTop>true</IsTop>
  <JobRefreshInfos 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-03-28T18:22:20.0598851+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-03-28T18:22:20.0598851+08:00</d2p1:RefreshTime>
      <d2p1:RefreshType>Manual</d2p1:RefreshType>
    </d2p1:mh163k_EntityRefreshRecord>
  </JobRefreshInfos>
  <Judges>5</Judges>
  <NeedResumeToPhone>true</NeedResumeToPhone>
  <Thumbs>4</Thumbs>
  <TopExpiredTime>2024-03-28T18:22:20.0598851+08:00</TopExpiredTime>
  <UserId>10</UserId>
  <UserName>sample string 11</UserName>
  <Views>3</Views>
</JobSuperDetailDto>