POST api/Setting/PostOliPaintingSetWithMID

修改油画屏设置

Request Information

URI Parameters

None.

Body Parameters

PutOliPaintingSetWithMIDModel
NameDescriptionTypeAdditional information
mid

mid

string

None.

m_order

序号

string

None.

remark

备注

string

None.

showtype

油画屏模式 0 公共 1 公共+桌子 2 桌子 3 自定义 4 整体

string

None.

showtime

每张图片展示时间(秒)

string

None.

pubcount

公共库图片展示数量

string

None.

tablecount

课桌拍照展示数量

string

None.

selfcount

自定义图片展示数量

string

None.

selecttype

0 随机选择 1 按最新选择

string

None.

bktype

背景模式 0 公共 1指定mid

string

None.

bkcount

背景图数量

string

None.

familytype

整体模式时候用公共图片还是桌子图片

string

None.

mname

机器名称

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mid": "sample string 1",
  "m_order": "sample string 2",
  "remark": "sample string 3",
  "showtype": "sample string 4",
  "showtime": "sample string 5",
  "pubcount": "sample string 6",
  "tablecount": "sample string 7",
  "selfcount": "sample string 8",
  "selecttype": "sample string 9",
  "bktype": "sample string 10",
  "bkcount": "sample string 11",
  "familytype": "sample string 12",
  "mname": "sample string 13"
}

text/html

Sample:
{"mid":"sample string 1","m_order":"sample string 2","remark":"sample string 3","showtype":"sample string 4","showtime":"sample string 5","pubcount":"sample string 6","tablecount":"sample string 7","selfcount":"sample string 8","selecttype":"sample string 9","bktype":"sample string 10","bkcount":"sample string 11","familytype":"sample string 12","mname":"sample string 13"}

application/xml, text/xml

Sample:
<PutOliPaintingSetWithMIDModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <bkcount>sample string 11</bkcount>
  <bktype>sample string 10</bktype>
  <familytype>sample string 12</familytype>
  <m_order>sample string 2</m_order>
  <mid>sample string 1</mid>
  <mname>sample string 13</mname>
  <pubcount>sample string 6</pubcount>
  <remark>sample string 3</remark>
  <selecttype>sample string 9</selecttype>
  <selfcount>sample string 8</selfcount>
  <showtime>sample string 5</showtime>
  <showtype>sample string 4</showtype>
  <tablecount>sample string 7</tablecount>
</PutOliPaintingSetWithMIDModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

true/false/error

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.