GET Api/Service/Setting/GetOrderCarrierSettingTags/{SiteId}
基于站点ID获取采购路由配置项列表标签(Cache)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId |
站点ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
基于站点ID获取采购路由配置项列表标签(Cache)
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetOrderCarrierSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| SiteSettingId |
父级ID |
string |
Required String length: inclusive between 0 and 128 |
| Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
| Normal |
当前设置是否为默认项 |
boolean |
None. |
| PurchaseTag |
采购路由 |
string |
Required String length: inclusive between 0 and 20 |
| Status |
启用状态 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Time": "2025-11-01T21:53:50.2714174+08:00",
"ID": "474e1bb8-b82e-47e6-98dd-e4b6c25ea0b8",
"SiteSettingId": "sample string 3",
"Carrier": "sample string 4",
"Normal": true,
"PurchaseTag": "sample string 6",
"Status": true
},
{
"Time": "2025-11-01T21:53:50.2714174+08:00",
"ID": "474e1bb8-b82e-47e6-98dd-e4b6c25ea0b8",
"SiteSettingId": "sample string 3",
"Carrier": "sample string 4",
"Normal": true,
"PurchaseTag": "sample string 6",
"Status": true
}
]