POST Api/Service/Setting/AddOrderProviderAutoPaySetting

添加生单配置项自动支付路由设置

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddOrderProviderAutoPaySettingModel
NameDescriptionTypeAdditional 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": "8d3b6258-859e-4833-acdc-549f3f2104d7",
  "PaymentTag": "sample string 2",
  "SortType": 0,
  "UsedBalance": true
}

Response Information

Resource Description

添加生单配置项自动支付路由设置

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}