GET api/EachWeekTimingStart?uniqueid={uniqueid}&deviceno={deviceno}&runtime={runtime}&hour={hour}&minute={minute}
每周定时开启接口方法
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
uniqueid | 节点标识 |
Define this parameter in the request URI. |
deviceno | 设备编号 |
Define this parameter in the request URI. |
runtime | 运行时间 |
Define this parameter in the request URI. |
hour | 定时的小时数 |
Define this parameter in the request URI. |
minute | 定时的分钟数 |
Define this parameter in the request URI. |
week | 星期数 格式:week:[“星期一”,”星期二”,”星期五”] week参数加入到请求体中 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2", "sample string 3" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> <string>sample string 3</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>