POST api/JobNews/JobNewsAdminSubmit

后台--创建招聘资讯信息

Request Information

URI Parameters

None.

Body Parameters

资讯更新的信息

JobNewsDetailDto
NameDescriptionTypeAdditional information
Newsid

ID

integer

None.

Styleid

资讯来源

ArticleSourceType

None.

Chrtitle

标题

string

None.

Chrurl

文章编辑地址

string

None.

Keyword

关键词

string

None.

Categoryid

房产资讯分类 默认值(0)

integer

None.

Chrimage

封面 默认值('')

string

None.

Chrfrom

来源

string

None.

Chrcontent

内容

string

None.

Intorder

排序值 默认值(0)

integer

None.

Hits

点击数

integer

None.

IsShelf

发布/下线 默认值(0)

boolean

None.

Summary

房产资源摘要

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<JobNewsDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Job.Service.Dto.JobNews">
  <Categoryid>5</Categoryid>
  <Chrcontent>sample string 8</Chrcontent>
  <Chrfrom>sample string 7</Chrfrom>
  <Chrimage>sample string 6</Chrimage>
  <Chrtitle>sample string 2</Chrtitle>
  <Chrurl>sample string 3</Chrurl>
  <Hits>10</Hits>
  <Intorder>9</Intorder>
  <IsShelf>true</IsShelf>
  <Keyword>sample string 4</Keyword>
  <Newsid>1</Newsid>
  <Styleid>Reprint</Styleid>
  <Summary>sample string 12</Summary>
</JobNewsDetailDto>

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