GET Api/Service/Setting/GetCatchSettings/{SiteId}
基于站点ID获取追位配置项列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SiteId |
站点ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
基于站点ID获取追位配置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetCatchSettingModelName | 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 |
DurationTime |
总持续执行时间(分钟) |
integer |
None. |
IntervalTime |
执行间隔时间(秒) |
integer |
None. |
TimeToTakeOff |
距离起飞时间限制(小时) |
integer |
None. |
EtermGroupId |
黑屏组ID |
string |
Required String length: inclusive between 0 and 128 |
BookingEtermGroupId |
预订黑屏组ID(为空则默认使用查询组ID预订) |
string |
String length: inclusive between 0 and 128 |
PhoneNumber |
电话号码 |
string |
Required String length: inclusive between 0 and 16 |
Response Formats
application/json, text/json
Sample:
[ { "Time": "2024-12-24T03:32:27.4549416+08:00", "ID": "7465ddfb-0f3d-4d04-bf2a-118ecc269364", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "DurationTime": 5, "IntervalTime": 6, "TimeToTakeOff": 7, "EtermGroupId": "sample string 8", "BookingEtermGroupId": "sample string 9", "PhoneNumber": "sample string 10" }, { "Time": "2024-12-24T03:32:27.4549416+08:00", "ID": "7465ddfb-0f3d-4d04-bf2a-118ecc269364", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "DurationTime": 5, "IntervalTime": 6, "TimeToTakeOff": 7, "EtermGroupId": "sample string 8", "BookingEtermGroupId": "sample string 9", "PhoneNumber": "sample string 10" } ]