POST Api/Service/Setting/UpdateOrderCarrierSetting
更新航司生单设置
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.UpdateOrderCarrierSettingModel| 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 |
| Normal |
当前设置是否为默认项 |
boolean |
None. |
| PurchaseTag |
采购路由 |
string |
Required String length: inclusive between 0 and 20 |
| Status |
启用状态 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "bb568ec3-fc3c-4930-b02a-1365f4e8958f",
"SiteSettingId": "sample string 2",
"Carrier": "sample string 3",
"Normal": true,
"PurchaseTag": "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"
}