POST SchoolInfo/DeleteSchoolInfo
Request Information
URI Parameters
None.
Body Parameters
View_SchoolInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SI_ID | integer |
None. |
|
| SI_FirstColumnID | integer |
None. |
|
| SI_ColumnID | integer |
None. |
|
| SI_Title | string |
None. |
|
| SI_Abstract | string |
None. |
|
| SI_Img | string |
None. |
|
| SI_Cover | string |
None. |
|
| SI_Content | string |
None. |
|
| SI_Count | integer |
None. |
|
| SI_KeyWord | string |
None. |
|
| SI_No | integer |
None. |
|
| SI_State | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SI_ID": 1,
"SI_FirstColumnID": 1,
"SI_ColumnID": 1,
"SI_Title": "sample string 2",
"SI_Abstract": "sample string 3",
"SI_Img": "sample string 4",
"SI_Cover": "sample string 5",
"SI_Content": "sample string 6",
"SI_Count": 1,
"SI_KeyWord": "sample string 7",
"SI_No": 1,
"SI_State": 1
}
application/xml, text/xml
Sample:
<View_SchoolInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cunzhi.WebAPI.Models"> <SI_Abstract>sample string 3</SI_Abstract> <SI_ColumnID>1</SI_ColumnID> <SI_Content>sample string 6</SI_Content> <SI_Count>1</SI_Count> <SI_Cover>sample string 5</SI_Cover> <SI_FirstColumnID>1</SI_FirstColumnID> <SI_ID>1</SI_ID> <SI_Img>sample string 4</SI_Img> <SI_KeyWord>sample string 7</SI_KeyWord> <SI_No>1</SI_No> <SI_State>1</SI_State> <SI_Title>sample string 2</SI_Title> </View_SchoolInfo>
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.