POST api/JobResume/AdminUpdateJobResumeSuper

后台--简历超级管理更新

Request Information

URI Parameters

None.

Body Parameters

超级管理信息字段

JobResumeSuperDto
NameDescriptionTypeAdditional information
IsTop

是否置顶

boolean

None.

TopExpiredDate

置顶时间

date

None.

Id

自增id

integer

None.

UserName

用户名,更改信息所属会员使用,获取时为空

string

None.

Userid

会员id

integer

None.

Intorder

排序字段

integer

None.

Thumbs

点赞数

integer

None.

Hits

信息浏览量

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobResumeSuperDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobResume">
  <Hits>6</Hits>
  <Id>1</Id>
  <Intorder>4</Intorder>
  <IsTop>true</IsTop>
  <Thumbs>5</Thumbs>
  <TopExpiredDate>2024-04-26T06:40:03.9974194+08:00</TopExpiredDate>
  <UserName>sample string 2</UserName>
  <Userid>3</Userid>
</JobResumeSuperDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台--简历超级管理更新

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />