GET Api/Service/Setting/GetAutoPaymentAccountOptions/{ProviderCode}

获取适用采购数据源的自动支付账户配置项选项列表(Cache)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProviderCode

采购源代码

string

Required

Body Parameters

None.

Response Information

Resource Description

获取适用采购数据源的自动支付账户配置项选项列表(Cache)

Collection of SpeedPower.Utility.Models.Helper.ResultContentsOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.Orders.Service.Setting.GetAutoPaymentAccountSettingModel
NameDescriptionTypeAdditional 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": "2025-12-18T09:42:47.1223283+08:00",
        "Time": "2025-12-18T09:42:47.1223283+08:00",
        "ID": "b8c9da79-33e5-4d58-94f6-26044bdb2860",
        "Sequence": 4,
        "PaymentTag": "sample string 5",
        "PaymentCode": "sample string 6",
        "Status": true,
        "Remarks": "sample string 8"
      },
      {
        "CompanyId": "sample string 1",
        "LastUsedTime": "2025-12-18T09:42:47.1223283+08:00",
        "Time": "2025-12-18T09:42:47.1223283+08:00",
        "ID": "b8c9da79-33e5-4d58-94f6-26044bdb2860",
        "Sequence": 4,
        "PaymentTag": "sample string 5",
        "PaymentCode": "sample string 6",
        "Status": true,
        "Remarks": "sample string 8"
      }
    ]
  },
  {
    "Count": 1,
    "Tag": "sample string 2",
    "Contents": [
      {
        "CompanyId": "sample string 1",
        "LastUsedTime": "2025-12-18T09:42:47.1223283+08:00",
        "Time": "2025-12-18T09:42:47.1223283+08:00",
        "ID": "b8c9da79-33e5-4d58-94f6-26044bdb2860",
        "Sequence": 4,
        "PaymentTag": "sample string 5",
        "PaymentCode": "sample string 6",
        "Status": true,
        "Remarks": "sample string 8"
      },
      {
        "CompanyId": "sample string 1",
        "LastUsedTime": "2025-12-18T09:42:47.1223283+08:00",
        "Time": "2025-12-18T09:42:47.1223283+08:00",
        "ID": "b8c9da79-33e5-4d58-94f6-26044bdb2860",
        "Sequence": 4,
        "PaymentTag": "sample string 5",
        "PaymentCode": "sample string 6",
        "Status": true,
        "Remarks": "sample string 8"
      }
    ]
  }
]