GET Api/Invoke/GetAutoPaymentAccountOptions/{CompanyId}/{PaymentTag}
获取适用的自动支付账户配置项选列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
公司ID |
string |
Required |
| PaymentTag |
支付路由标识 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取适用的自动支付账户配置项选列表
SpeedPower.Utility.Models.Helper.ResultContentsOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.Orders.Service.Setting.GetAutoPaymentAccountSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| Tag | string |
None. |
|
| Contents | Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetAutoPaymentAccountSettingModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"Tag": "sample string 2",
"Contents": [
{
"CompanyId": "sample string 1",
"LastUsedTime": "2026-02-04T08:53:22.9344343+08:00",
"Time": "2026-02-04T08:53:22.9344343+08:00",
"ID": "f6ad18f5-5086-47cb-b2d3-08989c7b4c78",
"Sequence": 4,
"PaymentTag": "sample string 5",
"PaymentCode": "sample string 6",
"Status": true,
"Remarks": "sample string 8"
},
{
"CompanyId": "sample string 1",
"LastUsedTime": "2026-02-04T08:53:22.9344343+08:00",
"Time": "2026-02-04T08:53:22.9344343+08:00",
"ID": "f6ad18f5-5086-47cb-b2d3-08989c7b4c78",
"Sequence": 4,
"PaymentTag": "sample string 5",
"PaymentCode": "sample string 6",
"Status": true,
"Remarks": "sample string 8"
}
]
}