POST Api/Service/Payment/AddAutoPaymentAccountConfig
添加自动支付配置数据项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddAutoPaymentAccountConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"AutoPaymentAccountSettingId": "5b09b9ea-0650-4771-ae40-8d6fcb204a3b",
"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"
}