POST api/v1/BannerCategoryChangeStatus

Request Information

URI Parameters

None.

Body Parameters

BannerCatInput
NameDescriptionTypeAdditional information
Mode

string

None.

BannerCatID

integer

None.

BannerCatName

string

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "BannerCatID": 2,
  "BannerCatName": "sample string 3",
  "UserID": 4
}

application/xml, text/xml

Sample:
<BannerCatInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <BannerCatID>2</BannerCatID>
  <BannerCatName>sample string 3</BannerCatName>
  <Mode>sample string 1</Mode>
  <UserID>4</UserID>
</BannerCatInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.