POST IndexArticle/AddArticle
Request Information
URI Parameters
None.
Body Parameters
View_IndexArticle| Name | Description | Type | Additional information |
|---|---|---|---|
| IA_ID | integer |
None. |
|
| IA_Title | string |
None. |
|
| IA_Icon | string |
None. |
|
| IA_Img | string |
None. |
|
| IA_Content | string |
None. |
|
| IA_Url | string |
None. |
|
| IA_No | integer |
None. |
|
| IA_State | integer |
None. |
|
| IA_Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IA_ID": 1,
"IA_Title": "sample string 2",
"IA_Icon": "sample string 3",
"IA_Img": "sample string 4",
"IA_Content": "sample string 5",
"IA_Url": "sample string 6",
"IA_No": 1,
"IA_State": 1,
"IA_Type": 1
}
application/xml, text/xml
Sample:
<View_IndexArticle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cunzhi.WebAPI.Models"> <IA_Content>sample string 5</IA_Content> <IA_ID>1</IA_ID> <IA_Icon>sample string 3</IA_Icon> <IA_Img>sample string 4</IA_Img> <IA_No>1</IA_No> <IA_State>1</IA_State> <IA_Title>sample string 2</IA_Title> <IA_Type>1</IA_Type> <IA_Url>sample string 6</IA_Url> </View_IndexArticle>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.