POST api/JobPost/UpdateJobSuperInfo

后台 - 更新职位超级管理信息

Request Information

URI Parameters

None.

Body Parameters

超级管理信息

JobSuperUpdateDto
NameDescriptionTypeAdditional information
Id

职位标识

integer

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.

IsTop

是否置顶

boolean

None.

UserId

绑定会员标识

integer

None.

UserName

绑定会员名称

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<JobSuperUpdateDto 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-04-30T01:30:55.8635368+08:00</ExpiredTime>
  <HasExpired>true</HasExpired>
  <Id>1</Id>
  <IntOrder>9</IntOrder>
  <IsTop>true</IsTop>
  <Judges>5</Judges>
  <Thumbs>4</Thumbs>
  <TopExpiredTime>2024-04-30T01:30:55.8635368+08:00</TopExpiredTime>
  <UserId>11</UserId>
  <UserName>sample string 12</UserName>
  <Views>3</Views>
</JobSuperUpdateDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'JobSuperUpdateDto'.

Response Information

Resource Description

后台 - 更新职位超级管理信息

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />