POST api/JobPost/AddNewMemeberFullTimeJob
企管中心--新增全职招聘职位
Request Information
URI Parameters
None.
Body Parameters
职位信息
FulltimeJobAddDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Category1stId |
职位一级标识 |
integer |
None. |
| Category2ndId |
职位二级标识 |
integer |
None. |
| SalaryId |
薪资待遇标识 |
integer |
None. |
| EducationId |
教育标识 |
integer |
None. |
| ExperienceId |
经验标识 |
integer |
None. |
| HasExpired |
是否过期 |
boolean |
None. |
| ExpiredTime |
过期时间 |
date |
None. |
| NeedResumeToPhone |
查看电话是否需要简历 |
boolean |
None. |
| JobTitle |
职位标题 |
string |
None. |
| CompanyName |
用人单位名称 将使用登录用户验证其真实性 |
string |
None. |
| JobDescription |
职位描述 |
string |
None. |
| Welfares |
福利标识集合 |
Collection of integer |
None. |
| IsCustomerAddress |
是否默认地址 默认false 表示默认地址,从公司取 |
boolean |
None. |
| CustomerAddress |
自定义地址 |
string |
None. |
| CustomerAddressX |
自定义地址X坐标 |
decimal number |
None. |
| CustomerAddressY |
自定义地址Y坐标 |
decimal number |
None. |
| CustomerAddressRegionId |
自定义地址区域id |
integer |
None. |
| CustomerAddressSectionId |
自定义地址地段id |
integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<FulltimeJobAddDto 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 10</CompanyName>
<CustomerAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 13</CustomerAddress>
<CustomerAddressRegionId xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">16</CustomerAddressRegionId>
<CustomerAddressSectionId xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">17</CustomerAddressSectionId>
<CustomerAddressX xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">14.1</CustomerAddressX>
<CustomerAddressY xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">15.1</CustomerAddressY>
<IsCustomerAddress xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">true</IsCustomerAddress>
<JobDescription xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 11</JobDescription>
<JobTitle xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.Job.Admin.Base">sample string 9</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>
<Category1stId>1</Category1stId>
<Category2ndId>2</Category2ndId>
<EducationId>4</EducationId>
<ExperienceId>5</ExperienceId>
<ExpiredTime>2025-12-16T15:55:23.647344+08:00</ExpiredTime>
<HasExpired>true</HasExpired>
<NeedResumeToPhone>true</NeedResumeToPhone>
<SalaryId>3</SalaryId>
</FulltimeJobAddDto>
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/" />