POST Banner/BannerInfo

Request Information

URI Parameters

None.

Body Parameters

View_Banner
NameDescriptionTypeAdditional information
Banner_ID

integer

None.

Banner_Img

string

None.

Banner_Url

string

None.

Banner_State

integer

None.

Banner_No

integer

None.

Banner_Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Banner_ID": 1,
  "Banner_Img": "sample string 2",
  "Banner_Url": "sample string 3",
  "Banner_State": 1,
  "Banner_No": 1,
  "Banner_Type": 1
}

application/xml, text/xml

Sample:
<View_Banner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cunzhi.WebAPI.Models">
  <Banner_ID>1</Banner_ID>
  <Banner_Img>sample string 2</Banner_Img>
  <Banner_No>1</Banner_No>
  <Banner_State>1</Banner_State>
  <Banner_Type>1</Banner_Type>
  <Banner_Url>sample string 3</Banner_Url>
</View_Banner>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.