POST api/ArticleTheme/AddNewTheme

后台 - 新增专题

Request Information

URI Parameters

None.

Body Parameters

新专题

ArtThemeAddDto
NameDescriptionTypeAdditional information
ThemeName

专题名称

string

None.

IndexPicUrl

封面图片地址

string

None.

Keywords

关键词

string

None.

Intro

网页描述

string

None.

Description

自定义文宣

string

None.

DisplayType

显示状态

ArtThemeDisplayType

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArtThemeAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Dto.Theme">
  <Description>sample string 5</Description>
  <DisplayType>All</DisplayType>
  <IndexPicUrl>sample string 2</IndexPicUrl>
  <Intro>sample string 4</Intro>
  <Keywords>sample string 3</Keywords>
  <ThemeName>sample string 1</ThemeName>
</ArtThemeAddDto>

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