POST Api/Service/Payment/UpdateAutoPaymentAccountConfig
更新自动支付配置数据项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdateAutoPaymentAccountConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| AutoPaymentAccountSettingId |
父级ID |
globally unique identifier |
None. |
| SettingKey |
设置名 |
string |
Required String length: inclusive between 0 and 50 |
| SettingValue |
设置值 |
string |
Required String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{
"ID": "9bbbfba5-148d-4853-990e-b252ce06c58e",
"AutoPaymentAccountSettingId": "468e474c-c1a4-4e99-8ba7-85ee5513a4fc",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
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"
}