GET Api/Service/Setting/GetReduRestrictSettings/{SettingId}
基于配置ID获取降黑/白设置项列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SettingId |
父级ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
基于配置ID获取降黑/白设置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetReduRestrictSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| ReduceSettingId |
父级ID |
globally unique identifier |
None. |
| RestrictType |
限制类型(白名单/黑名单) |
SpeedPower.Utility.Models.Untility.Datas.Enums.ReduceRestrictType |
None. |
| RouteTags |
行程路由标识(PEKSHA,CSXSWJ,DALCTU)(使用机场码) |
string |
Required String length: inclusive between 0 and 4000 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "41e24f77-3663-48d2-ac06-91784e51ae24",
"ReduceSettingId": "92d603bb-886d-456d-bc7d-6ff20008a047",
"RestrictType": 0,
"RouteTags": "sample string 3"
},
{
"ID": "41e24f77-3663-48d2-ac06-91784e51ae24",
"ReduceSettingId": "92d603bb-886d-456d-bc7d-6ff20008a047",
"RestrictType": 0,
"RouteTags": "sample string 3"
}
]