POST api/Setting/PostOliPaintDuration
修改油画屏关联主题持续时间
Request Information
URI Parameters
None.
Body Parameters
分钟
OliPaintDurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| value | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"value": 1
}
text/html
Sample:
{"value":1}
application/xml, text/xml
Sample:
<OliPaintDurationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <value>1</value> </OliPaintDurationModel>
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. |