POST api/LoveConfig/AdminUpdateLoveIndexTabConfig

后台--更新首页tab配置

Request Information

URI Parameters

None.

Body Parameters

配置信息

mh163k_Love_IndexTabConfig
NameDescriptionTypeAdditional information
Id

id

integer

None.

LoveIndexTabType

首页tab配置分类

LoveIndexTabType

None.

TabName

tab名称

string

None.

Intorder

排序

integer

None.

CategoryId

绑定分类

integer

None.

IsShow

是否显示

boolean

None.

ModuleId

绑定模块id

ModuleType

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:
<mh163k_Love_IndexTabConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Love.Service.Model">
  <CategoryId>4</CategoryId>
  <Id>1</Id>
  <Intorder>3</Intorder>
  <IsShow>true</IsShow>
  <LoveIndexTabType>New</LoveIndexTabType>
  <ModuleId>None</ModuleId>
  <TabName>sample string 2</TabName>
</mh163k_Love_IndexTabConfig>

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

Response Information

Resource Description

后台--更新首页tab配置

Object

None.

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />