POST api/Setting/PostOliPaintingSetShowType
设置全部油画屏的显示模式
Request Information
URI Parameters
None.
Body Parameters
PutOliPaintingSetShowTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| value |
油画屏模式 0 公共 1 公共+桌子 2 桌子 3 自定义 4 整体 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"value": "sample string 1"
}
text/html
Sample:
{"value":"sample string 1"}
application/xml, text/xml
Sample:
<PutOliPaintingSetShowTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <value>sample string 1</value> </PutOliPaintingSetShowTypeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
true/false/error
HttpResponseMessage| Name | 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. |