POST Api/Service/Setting/UpdateReduceIntervalSetting
更新降舱细化时间设置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdateReduceIntervalSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| ReduceSettingId |
父级ID |
globally unique identifier |
None. |
| HourTag |
小时标签(1,2,3,.....24) |
string |
Required String length: inclusive between 0 and 80 |
| IntervalTime |
执行间隔时间(分钟) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "1b2c8a6f-e526-4c27-a5e8-a5641ad1741f",
"ReduceSettingId": "1574ad5f-6f73-42ee-9ef8-c7c0625cc13f",
"HourTag": "sample string 3",
"IntervalTime": 4
}
Response Information
Resource Description
更新降舱细化时间设置项
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}