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:

Sample not available.

text/json

Sample:

Sample not available.

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:

Sample not available.

Response Information

Resource Description

后台 - 移动招聘单位顺序

boolean

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

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