POST Api/Service/Setting/UpdateOrderProviderAutoPaySetting
更新生单配置项自动支付路由设置
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdateOrderProviderAutoPaySettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| PaymentTag |
支付路由 |
string |
Required String length: inclusive between 0 and 20 |
| SortType |
自动支付账户提取规则 |
SpeedPower.Utility.Models.Untility.Datas.Enums.AutoPaySortType |
None. |
| UsedBalance |
是否指定使用金融账户 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "5592aa07-e3bd-488c-aab8-1c09805d370e",
"PaymentTag": "sample string 2",
"SortType": 0,
"UsedBalance": true
}
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"
}