POST api/JobPost/UpdatePartTimeJobInfo

后台 - 更新兼职职位信息

Request Information

URI Parameters

None.

Body Parameters

更新信息

ParttimeJobUpdateDto
NameDescriptionTypeAdditional information
ParttimeTypeId

兼职分类标识

integer

None.

SettleType

结算类型

PartTimeSettleType

None.

Salary

工资

decimal number

None.

SalaryUnit

工资周期单位

PeriodUnitType

None.

HasExpired

是否过期

boolean

None.

ExpiredTime

过期时间

date

None.

JobId

职位标识

integer

None.

JobTitle

职位标题

string

None.

CompanyName

用人单位名称 将使用登录用户验证其真实性

string

None.

JobDescription

职位描述

string

None.

Welfares

福利标识集合

Collection of integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ParttimeJobUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin">
  <CompanyName xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 7</CompanyName>
  <JobDescription xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 8</JobDescription>
  <JobTitle xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 6</JobTitle>
  <Welfares xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </Welfares>
  <JobId xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">5</JobId>
  <ExpiredTime>2024-03-29T03:55:13.4193376+08:00</ExpiredTime>
  <HasExpired>true</HasExpired>
  <ParttimeTypeId>1</ParttimeTypeId>
  <Salary>2.1</Salary>
  <SalaryUnit>Day</SalaryUnit>
  <SettleType>Daily</SettleType>
</ParttimeJobUpdateDto>

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