POST api/Setting/PostOliPaintingGoneng
设置油画屏的功能
Request Information
URI Parameters
None.
Body Parameters
PostOliPaintingGonengModelName | Description | Type | Additional information |
---|---|---|---|
mid |
机器码 |
string |
None. |
gongneng |
功能 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "mid": "sample string 1", "gongneng": "sample string 2" }
text/html
Sample:
{"mid":"sample string 1","gongneng":"sample string 2"}
application/xml, text/xml
Sample:
<PostOliPaintingGonengModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <gongneng>sample string 2</gongneng> <mid>sample string 1</mid> </PostOliPaintingGonengModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
true/false/error
HttpResponseMessageName | 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. |