POST api/JobHireShow/UpdateHireShow

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

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:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

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-04-30T01:31:38.2228934+08:00</EndTime>
  <Hostage>sample string 5</Hostage>
  <Id>1</Id>
  <IndexPic>sample string 3</IndexPic>
  <IntOrder>8</IntOrder>
  <StartTime>2024-04-30T01:31:38.2228934+08:00</StartTime>
  <Title>sample string 2</Title>
</JobHireShowDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'JobHireShowDto'.

Response Information

Resource Description

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

boolean

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

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