POST Api/Service/Member/UpdatePurchaseMemberExpandSetting
更新采购账户扩展项
Request Information
URI Parameters
None.
Body Parameters
设置模型
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdatePurchaseMemberExpandSettingModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
PurchaseMemberSettingId |
父级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": "0ea26814-aa6e-4c58-b0db-ba7d8338aade", "PurchaseMemberSettingId": "908d17f1-cbdc-4e1b-b1cf-adf79365475e", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }
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" }