POST Api/Service/Changed/UpdateChangedExpand

更新改签单扩展参数

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdateChangedExpandModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

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:
{
  "ID": "781d9a0b-a14f-47e5-bf9e-7a7a23d45dd9",
  "ChangedId": "30d601f8-bf07-496a-b14d-0a1c3f8192b6",
  "SettingKey": "sample string 3",
  "SettingValue": "sample string 4"
}

Response Information

Resource Description

更新改签单扩展参数

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}