POST Api/Service/Setting/UpdateQueryExcludeCabinConfig
更新排除舱位配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.UpdateQueryExcludeCabinConfigModelName | 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": "0a49b781-5354-46c6-9d8c-11d9c9deab2d", "QueryProviderConfigId": "d6af11c7-4ad8-4b48-8522-7d335fa3007d", "CabinCodeOrCabinName": "sample string 3" }
Response Information
Resource Description
更新排除舱位配置项
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }