GET Api/Service/Setting/GetOrderEtermVerifySettings
基于公司ID获取黑屏校验配置项列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
基于公司ID获取黑屏校验配置项列表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.Setting.GetOrderEtermVerifySettingModelName | Description | Type | Additional information |
---|---|---|---|
CompanyId |
公司ID |
string |
Required String length: inclusive between 0 and 128 |
Time |
添加时间 |
date |
None. |
ID |
设置ID |
globally unique identifier |
None. |
Carrier |
航空公司 |
string |
Required String length: inclusive between 0 and 2 |
EtermGroupId |
黑屏组ID |
string |
Required String length: inclusive between 0 and 128 |
WhenCreatedOrderAvSearch |
当创建订单时是否查询AV并记录日志 |
boolean |
None. |
WhenAfterPayOrderAvSearch |
当订单支付后是否查询AV并记录日志 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CompanyId": "sample string 1", "Time": "2024-12-24T03:20:48.8598744+08:00", "ID": "24cff4e2-e0c8-4c9c-b682-614131e2bdea", "Carrier": "sample string 4", "EtermGroupId": "sample string 5", "WhenCreatedOrderAvSearch": true, "WhenAfterPayOrderAvSearch": true }, { "CompanyId": "sample string 1", "Time": "2024-12-24T03:20:48.8598744+08:00", "ID": "24cff4e2-e0c8-4c9c-b682-614131e2bdea", "Carrier": "sample string 4", "EtermGroupId": "sample string 5", "WhenCreatedOrderAvSearch": true, "WhenAfterPayOrderAvSearch": true } ]