GET Api/Service/Setting/GetPurchasePlatSettingsCache
基于公司获取所有采购平台设置列表(Cache)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
基于公司获取所有采购平台设置列表(Cache)
Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.GetPurchasePlatSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
公司ID |
string |
Required String length: inclusive between 0 and 128 |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| PlatName |
平台名称 |
string |
Required String length: inclusive between 0 and 50 |
| PlatAccount |
平台账户 |
string |
String length: inclusive between 0 and 50 |
| PlatPassword |
平台密码 |
string |
String length: inclusive between 0 and 50 |
| Remarks |
平台备注 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
[
{
"CompanyId": "sample string 1",
"Time": "2026-02-04T09:06:58.6026692+08:00",
"ID": "a1a8ec77-5e32-4cbc-be6b-1f185e8a12d2",
"PlatName": "sample string 4",
"PlatAccount": "sample string 5",
"PlatPassword": "sample string 6",
"Remarks": "sample string 7"
},
{
"CompanyId": "sample string 1",
"Time": "2026-02-04T09:06:58.6026692+08:00",
"ID": "a1a8ec77-5e32-4cbc-be6b-1f185e8a12d2",
"PlatName": "sample string 4",
"PlatAccount": "sample string 5",
"PlatPassword": "sample string 6",
"Remarks": "sample string 7"
}
]