POST api/v1/BannerCategoryList
Request Information
URI Parameters
None.
Body Parameters
BannerCatInputName | Description | Type | Additional 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:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |