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.GetOrderCarrierSettingModelName | 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": "2024-12-24T03:28:30.6345596+08:00", "ID": "46f9fda8-a963-410b-9f85-eb0e2b698ba8", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "Normal": true, "PurchaseTag": "sample string 6", "Status": true }, { "Time": "2024-12-24T03:28:30.6345596+08:00", "ID": "46f9fda8-a963-410b-9f85-eb0e2b698ba8", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "Normal": true, "PurchaseTag": "sample string 6", "Status": true } ]