POST Api/Service/Setting/UpdateOrderProviderAutoPaySetting
更新生单配置项自动支付路由设置
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdateOrderProviderAutoPaySettingModelName | 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": "a99bb67f-305e-4c0a-a9d9-d09f03652efc", "PaymentTag": "sample string 2", "SortType": 0, "UsedBalance": true }
Response Information
Resource Description
更新生单配置项自动支付路由设置
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }