POST Api/Service/Setting/UpdateExpandSetting
更新公司扩展参数配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Agents.Service.Setting.UpdateExpandSettingModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
SettingKey |
设置名 |
string |
Required String length: inclusive between 0 and 500 |
SettingValue |
设置值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "4bbbc6e9-54a7-4938-819d-a1307aba2e09", "SettingKey": "sample string 2", "SettingValue": "sample string 3" }
Response Information
Resource Description
更新公司扩展参数配置项
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }