GET Api/Service/Setting/GetAutoPaymentAccountSettingTags
基于公司ID获取自动支付账户配置项列表(Cache)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
基于公司ID获取自动支付账户配置项列表(Cache)
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetAutoPaymentAccountSettingModelName | Description | Type | Additional information |
---|---|---|---|
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:
[ { "CompanyId": "sample string 1", "LastUsedTime": "2024-12-24T02:55:43.1868171+08:00", "Time": "2024-12-24T02:55:43.1868171+08:00", "ID": "296e295e-d762-4204-ad2b-76e977a3d2d5", "Sequence": 4, "PaymentTag": "sample string 5", "PaymentCode": "sample string 6", "Status": true, "Remarks": "sample string 8" }, { "CompanyId": "sample string 1", "LastUsedTime": "2024-12-24T02:55:43.1868171+08:00", "Time": "2024-12-24T02:55:43.1868171+08:00", "ID": "296e295e-d762-4204-ad2b-76e977a3d2d5", "Sequence": 4, "PaymentTag": "sample string 5", "PaymentCode": "sample string 6", "Status": true, "Remarks": "sample string 8" } ]