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": "f74f8578-1b65-4a90-99f7-d9e5539415fe",
"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"
}