POST api/JobHireShow/AddHireShow

后台 - 新增专场招聘(仅基础信息)

Request Information

URI Parameters

None.

Body Parameters

JobHireShowDto
NameDescriptionTypeAdditional information
Id

标识

integer

None.

Title

招聘标题

string

None.

IndexPic

封面图片

string

None.

Content

自定义文宣

string

None.

Hostage

主板单位

string

None.

StartTime

招聘会起始时间

date

None.

EndTime

招聘会截止时间

date

None.

IntOrder

序号

integer

None.

Status

招聘会状态

JobHireShowStatusType

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobHireShowDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobHireShow">
  <Content>sample string 4</Content>
  <EndTime>2024-05-05T03:39:30.0360156+08:00</EndTime>
  <Hostage>sample string 5</Hostage>
  <Id>1</Id>
  <IndexPic>sample string 3</IndexPic>
  <IntOrder>8</IntOrder>
  <StartTime>2024-05-05T03:39:30.0360156+08:00</StartTime>
  <Title>sample string 2</Title>
</JobHireShowDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台 - 新增专场招聘(仅基础信息)

integer

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>