POST api/Setting/PostShowTableImg

修改油画屏显示课桌拍照设置

Request Information

URI Parameters

None.

Body Parameters

0 不显示 1 显示

PutPeriodModel
NameDescriptionTypeAdditional information
value

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:
<PutPeriodModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <value>sample string 1</value>
</PutPeriodModel>

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.