POST Api/Service/Setting/AddQueryFixedCabinConfigs
添加包装舱位配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Setting.AddQueryFixedCabinConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"QueryProviderConfigId": "5ea40d94-5ad7-4093-a334-558f1af3aca2",
"Original": "sample string 2",
"Changed": "sample string 3"
},
{
"QueryProviderConfigId": "5ea40d94-5ad7-4093-a334-558f1af3aca2",
"Original": "sample string 2",
"Changed": "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"
}