POST api/MallConfig/AdminCreateMallIndexTabConfig

后台--新建tab配置 造数据使用

Request Information

URI Parameters

None.

Body Parameters

配置信息

mh163k_Mall_IndexTabConfig
NameDescriptionTypeAdditional information
Id

id

integer

None.

MallIndexTabType

首页tab配置分类

MallIndexTabType

None.

TabName

tab名称

string

None.

Intorder

排序

integer

None.

TabShowType

显示样式

ShowType

None.

Qtys

显示数量

integer

None.

IsFilterEndCommodity

是否过滤结束商品

boolean

None.

IsFilterSaleEmptyCommodity

是否过滤售完商品

boolean

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_Mall_IndexTabConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <Id>1</Id>
  <Intorder>3</Intorder>
  <IsFilterEndCommodity>true</IsFilterEndCommodity>
  <IsFilterSaleEmptyCommodity>true</IsFilterSaleEmptyCommodity>
  <MallIndexTabType>ThemeCategory</MallIndexTabType>
  <Qtys>4</Qtys>
  <TabName>sample string 2</TabName>
  <TabShowType>Transverse</TabShowType>
</mh163k_Mall_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_Mall_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/" />