GET Api/Service/Setting/GetQueryProviderConfigs/{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获取配置项内容
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.ParentQueryProviderConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryExcludeCabinConfigs |
销售排除舱位项列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryExcludeCabinConfigModel |
None. |
| QueryIncludeCabinConfigs |
销售包含舱位项列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryIncludeCabinConfigModel |
None. |
| QueryFixedCabinConfigs |
包装舱位列表 |
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.GetQueryFixedCabinConfigModel |
None. |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| DefaultKeepMoney |
默认留钱(10元) |
decimal number |
None. |
| SaleBeforeDays |
默认销售提前天数 |
integer |
None. |
| SaleTotalDays |
默认销售总天数 |
integer |
None. |
| SaleTimeInterval |
默认数据时间有限效性(5分钟) |
integer |
None. |
| MinCabinLimit |
默认最小舱位数量限制 |
integer |
None. |
| DecrementLimit |
默认可售舱位递减值(2个) |
integer |
None. |
| MaxCabinLimit |
默认最大可售舱位数量值(3个) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"QueryExcludeCabinConfigs": [
{
"ID": "52e90c16-e65d-4336-b7e6-bf2ba99ed124",
"QueryProviderConfigId": "07aeb0cd-b465-4f2f-8d7e-371b656fac39",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "52e90c16-e65d-4336-b7e6-bf2ba99ed124",
"QueryProviderConfigId": "07aeb0cd-b465-4f2f-8d7e-371b656fac39",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryIncludeCabinConfigs": [
{
"ID": "3128aa6c-cc6b-41ae-8655-5ab50e651b6d",
"QueryProviderConfigId": "bb925308-672b-4750-8305-0e9b9baf75c7",
"CabinCodeOrCabinName": "sample string 3"
},
{
"ID": "3128aa6c-cc6b-41ae-8655-5ab50e651b6d",
"QueryProviderConfigId": "bb925308-672b-4750-8305-0e9b9baf75c7",
"CabinCodeOrCabinName": "sample string 3"
}
],
"QueryFixedCabinConfigs": [
{
"ID": "10fd3a03-f7d5-42fb-b9b7-3cfa77db770d",
"QueryProviderConfigId": "3c9468d1-6227-4772-861a-346911ec91d8",
"Original": "sample string 3",
"Changed": "sample string 4"
},
{
"ID": "10fd3a03-f7d5-42fb-b9b7-3cfa77db770d",
"QueryProviderConfigId": "3c9468d1-6227-4772-861a-346911ec91d8",
"Original": "sample string 3",
"Changed": "sample string 4"
}
],
"Time": "2026-01-16T18:53:39.520402+08:00",
"ID": "5a5b2d46-f662-46c6-ad4b-d254754a53a8",
"DefaultKeepMoney": 3.1,
"SaleBeforeDays": 4,
"SaleTotalDays": 5,
"SaleTimeInterval": 6,
"MinCabinLimit": 7,
"DecrementLimit": 8,
"MaxCabinLimit": 9
}