POST Api/Service/Setting/UpdatePurchasePlatSetting
更新采购平台配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Agents.Service.Setting.UpdatePurchasePlatSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| PlatName |
平台名称 |
string |
Required String length: inclusive between 0 and 50 |
| PlatAccount |
平台账户 |
string |
String length: inclusive between 0 and 50 |
| PlatPassword |
平台密码 |
string |
String length: inclusive between 0 and 50 |
| Remarks |
平台备注 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{
"ID": "eb9610c9-471b-4fbc-828e-246e942afc85",
"PlatName": "sample string 2",
"PlatAccount": "sample string 3",
"PlatPassword": "sample string 4",
"Remarks": "sample string 5"
}
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"
}