POST api/UserSetting/update_distrub
提交通知免打扰配置(6007)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userSettings |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "OnOff": 1, "StartTime": "sample string 2", "EndTime": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }