POST Api/Service/Setting/UpdateQueryFixedCabinConfig
更新包装舱位配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.UpdateQueryFixedCabinConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| QueryProviderConfigId |
父级ID |
globally unique identifier |
None. |
| Original |
原始舱位 |
string |
Required String length: inclusive between 0 and 3 |
| Changed |
包装舱位 |
string |
Required String length: inclusive between 0 and 3 |
Request Formats
application/json, text/json
Sample:
{
"ID": "ef419a1a-7fc0-4fd6-99e7-b0d774e4d0fb",
"QueryProviderConfigId": "6213e8c0-f6c3-4d84-9452-68dddb32b9b4",
"Original": "sample string 3",
"Changed": "sample string 4"
}
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"
}