GET Api/Service/Payment/GetAutoPaymentAccountSettings
基于公司ID获取自动支付账户配置项列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
基于公司ID获取自动支付账户配置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.ParentAutoPaymentAccountSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AutoPaymentAccountConfigs |
自动支付设置列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetAutoPaymentAccountConfigModel |
None. |
| CompanyId |
公司ID |
string |
Required String length: inclusive between 0 and 128 |
| LastUsedTime |
当前账户最后使用时间 |
date |
None. |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| Sequence |
支付顺序 |
integer |
None. |
| PaymentTag |
支付路由代码 |
string |
Required String length: inclusive between 0 and 20 |
| PaymentCode |
支付源代码 |
string |
Required String length: inclusive between 0 and 20 |
| Status |
启用状态 |
boolean |
None. |
| Remarks |
备注 |
string |
Required String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
[
{
"AutoPaymentAccountConfigs": [
{
"ID": "c1be0c25-8976-4367-a4b0-0a6787128833",
"AutoPaymentAccountSettingId": "420922b0-aa1b-4ee2-a5df-d5cc075cea63",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "c1be0c25-8976-4367-a4b0-0a6787128833",
"AutoPaymentAccountSettingId": "420922b0-aa1b-4ee2-a5df-d5cc075cea63",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"CompanyId": "sample string 1",
"LastUsedTime": "2026-05-09T19:35:04.8678632+08:00",
"Time": "2026-05-09T19:35:04.8678632+08:00",
"ID": "fe0cf59a-ab79-4aca-94fb-011588ec632c",
"Sequence": 4,
"PaymentTag": "sample string 5",
"PaymentCode": "sample string 6",
"Status": true,
"Remarks": "sample string 8"
},
{
"AutoPaymentAccountConfigs": [
{
"ID": "c1be0c25-8976-4367-a4b0-0a6787128833",
"AutoPaymentAccountSettingId": "420922b0-aa1b-4ee2-a5df-d5cc075cea63",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "c1be0c25-8976-4367-a4b0-0a6787128833",
"AutoPaymentAccountSettingId": "420922b0-aa1b-4ee2-a5df-d5cc075cea63",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"CompanyId": "sample string 1",
"LastUsedTime": "2026-05-09T19:35:04.8678632+08:00",
"Time": "2026-05-09T19:35:04.8678632+08:00",
"ID": "fe0cf59a-ab79-4aca-94fb-011588ec632c",
"Sequence": 4,
"PaymentTag": "sample string 5",
"PaymentCode": "sample string 6",
"Status": true,
"Remarks": "sample string 8"
}
]