POST Api/Service/Setting/UpdateQueryCarrierSetting
更新销售航司配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.SQuery.Service.Setting.UpdateQueryCarrierSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| SiteSettingId |
站点ID |
string |
Required String length: inclusive between 0 and 128 |
| Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
| Shared |
是否支持主飞包共享 |
boolean |
None. |
| ShareToCarrierLimit |
主飞航司限制 |
string |
String length: inclusive between 0 and 200 |
| Status |
设置状态 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "b76c502b-6e4a-4406-a50c-62c10e2ce834",
"SiteSettingId": "sample string 2",
"Carrier": "sample string 3",
"Shared": true,
"ShareToCarrierLimit": "sample string 5",
"Status": true
}
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"
}