POST Api/Service/Setting/AddQueryIncludeCabinConfigs
添加包含舱位配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.AddQueryIncludeCabinConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryProviderConfigId |
父级ID |
globally unique identifier |
None. |
| CabinCodeOrCabinName |
舱位代码/舱位名称 |
string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
[
{
"QueryProviderConfigId": "c5952891-989f-4ab0-9a6f-4093dc02a7a4",
"CabinCodeOrCabinName": "sample string 2"
},
{
"QueryProviderConfigId": "c5952891-989f-4ab0-9a6f-4093dc02a7a4",
"CabinCodeOrCabinName": "sample string 2"
}
]
Response Information
Resource Description
添加包含舱位配置项
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}