POST api/JobHireShow/MoveHireShowCompany

后台 - 移动招聘单位顺序

Request Information

URI Parameters

None.

Body Parameters

JobHireShowMoveDto
NameDescriptionTypeAdditional information
ShowId

招聘会标识

integer

None.

CompanyId

公司标识

integer

None.

Move

移动类型

MoveType

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:
<JobHireShowMoveDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobHireShow">
  <CompanyId>2</CompanyId>
  <Move>Up</Move>
  <ShowId>1</ShowId>
</JobHireShowMoveDto>

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 'JobHireShowMoveDto'.

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>