POST Api/Service/Setting/AddOrderAutoImportSetting
添加外部订单自动导入设置
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddOrderAutoImportSettingModelName | Description | Type | Additional information |
---|---|---|---|
SiteSettingId |
父级ID |
string |
Required String length: inclusive between 0 and 128 |
Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
Status |
启用状态 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SiteSettingId": "sample string 1", "Carrier": "sample string 2", "Status": true }
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" }