POST Api/Service/Member/AddPurchaseMemberExpandSetting
添加采购账户扩展项
Request Information
URI Parameters
None.
Body Parameters
设置模型
SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddPurchaseMemberExpandSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"PurchaseMemberSettingId": "21abc1a0-c470-4504-ae5e-f822b67624e5",
"SettingKey": "sample string 2",
"SettingValue": "sample string 3"
}
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"
}