POST api/JobResume/AdminUpdateJobResumeSuper
后台--简历超级管理更新
Request Information
URI Parameters
None.
Body Parameters
超级管理信息字段
JobResumeSuperDto| Name | Description | Type | Additional 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:
text/json
Sample:
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>2025-12-16T15:58:08.6411252+08:00</TopExpiredDate> <UserName>sample string 2</UserName> <Userid>3</Userid> </JobResumeSuperDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
后台--简历超级管理更新
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />