POST api/OilPainting/UpdateFenleiAllField
修改分类信息
Request Information
URI Parameters
None.
Body Parameters
t_oilpainting_fenlei| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
主键 |
integer |
None. |
| fenlei |
分类 |
string |
None. |
| fenleishijian |
播放时间 |
string |
None. |
| hunbe |
是否混合模式 0 否 1 是 |
string |
None. |
| bofangzhuti |
播放的主题id,例如1,2 |
string |
None. |
| fenleishunxu |
分类的播放顺序 |
string |
None. |
| zhutishijian |
主题播放时间 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"fenlei": "sample string 2",
"fenleishijian": "sample string 3",
"hunbe": "sample string 4",
"bofangzhuti": "sample string 5",
"fenleishunxu": "sample string 6",
"zhutishijian": "sample string 7"
}
text/html
Sample:
{"id":1,"fenlei":"sample string 2","fenleishijian":"sample string 3","hunbe":"sample string 4","bofangzhuti":"sample string 5","fenleishunxu":"sample string 6","zhutishijian":"sample string 7"}
application/xml, text/xml
Sample:
<t_oilpainting_fenlei xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <bofangzhuti>sample string 5</bofangzhuti> <fenlei>sample string 2</fenlei> <fenleishijian>sample string 3</fenleishijian> <fenleishunxu>sample string 6</fenleishunxu> <hunbe>sample string 4</hunbe> <id>1</id> <zhutishijian>sample string 7</zhutishijian> </t_oilpainting_fenlei>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.