POST api/JobConfigs/AdminUpdateJobConfigs

后台--招聘配置更新

Request Information

URI Parameters

None.

Body Parameters

配置信息

mh163k_Job_Configs
NameDescriptionTypeAdditional information
Id

主键

integer

None.

JobLogo

招聘logo

string

None.

PublishLimit

免费发布条数

integer

None.

UncertifiedIsKill

未认证用人单位发布招聘需不需要审核

boolean

None.

AuthenticationIsKill

已认证用人单位发布招聘需不需要审核

boolean

None.

FullTimeEffectiveDates

全职有效天数

integer

None.

PartTimeEffectiveDates

兼职有效天数

integer

None.

PublishingProtocol

招聘发布协议

string

None.

IsInvented

虚拟人气开关

boolean

None.

ViewsTotal

虚拟浏览人次

integer

None.

PostsTotal

虚拟职位总数

integer

None.

ResumesTotal

虚拟简历总数

integer

None.

CompanysTotal

虚拟企业数

integer

None.

AutoDailyIncrease

每日自动长%

integer

None.

ForceBusinessLicense

是否强制用人单位上传营业执照

JobBusinessLicenseNeedType

None.

IsResumePublishNeedAudit

发布简历是否需要审批

boolean

None.

IsClosePartTimePost

是否关闭兼职

boolean

None.

PlatformName

平台名称

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Job_Configs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Model">
  <PlatformName xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.Platform">sample string 17</PlatformName>
  <AuthenticationIsKill>true</AuthenticationIsKill>
  <AutoDailyIncrease>14</AutoDailyIncrease>
  <CompanysTotal>13</CompanysTotal>
  <ForceBusinessLicense>ForceNeeded</ForceBusinessLicense>
  <FullTimeEffectiveDates>6</FullTimeEffectiveDates>
  <Id>1</Id>
  <IsClosePartTimePost>true</IsClosePartTimePost>
  <IsInvented>true</IsInvented>
  <IsResumePublishNeedAudit>true</IsResumePublishNeedAudit>
  <JobLogo>sample string 2</JobLogo>
  <PartTimeEffectiveDates>7</PartTimeEffectiveDates>
  <PostsTotal>11</PostsTotal>
  <PublishLimit>3</PublishLimit>
  <PublishingProtocol>sample string 8</PublishingProtocol>
  <ResumesTotal>12</ResumesTotal>
  <UncertifiedIsKill>true</UncertifiedIsKill>
  <ViewsTotal>10</ViewsTotal>
</mh163k_Job_Configs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台--招聘配置更新

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />