POST api/Setting/PostBackPageALL

修改全部指定机器的自动返回设置

Request Information

URI Parameters

None.

Body Parameters

PutBackPageModel
NameDescriptionTypeAdditional information
backtime

自动切换间隔(分钟)

string

None.

backpage

指定跳转到的页面

string

None.

mtype

机器类型 0 常看书柜 1 新上架书柜

string

None.

Request Formats

application/json, text/json

Sample:
{
  "backtime": "sample string 1",
  "backpage": "sample string 2",
  "mtype": "sample string 3"
}

text/html

Sample:
{"backtime":"sample string 1","backpage":"sample string 2","mtype":"sample string 3"}

application/xml, text/xml

Sample:
<PutBackPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <backpage>sample string 2</backpage>
  <backtime>sample string 1</backtime>
  <mtype>sample string 3</mtype>
</PutBackPageModel>

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.