POST Api/Service/Setting/UpdateQueryIncludeCabinConfig
更新包含舱位配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.UpdateQueryIncludeCabinConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| QueryProviderConfigId |
父级ID |
globally unique identifier |
None. |
| CabinCodeOrCabinName |
舱位代码/舱位名称 |
string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{
"ID": "ad29e5ca-f791-4968-a8f9-7bbbad9e4ae2",
"QueryProviderConfigId": "8938dd6d-9971-49bb-9e99-d2660f5c63be",
"CabinCodeOrCabinName": "sample string 3"
}
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"
}