POST Api/Service/Setting/AddOrderProviderAutoPaySetting
添加生单配置项自动支付路由设置
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddOrderProviderAutoPaySettingModelName | 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": "67075a0b-6d7f-4f34-a926-0203e5fce696", "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" }