POST Api/Invoke/AddChangedExpand
增加改签单扩展参数
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddChangedExpandModelName | Description | Type | Additional information |
---|---|---|---|
ChangedId |
父级ID |
globally unique identifier |
None. |
SettingKey |
设置Key |
string |
Required String length: inclusive between 0 and 500 |
SettingValue |
设置值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ChangedId": "74672a68-7f29-4e80-a468-b2bab1d76524", "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" }