POST api/OilPainting/PostoilThemeChange
修改油画屏主题
Request Information
URI Parameters
None.
Body Parameters
{"mid":"","themeid":""}
OilPaintEquipType| Name | Description | Type | Additional information |
|---|---|---|---|
| mid |
设备id |
string |
None. |
| themeid |
主题id |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mid": "sample string 1",
"themeid": "sample string 2"
}
text/html
Sample:
{"mid":"sample string 1","themeid":"sample string 2"}
application/xml, text/xml
Sample:
<OilPaintEquipType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <mid>sample string 1</mid> <themeid>sample string 2</themeid> </OilPaintEquipType>
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. |