Invoke

基础配置设置调用控制器

APIDescription
GET Api/Invoke/GetCompanySettings

获取所有公司设置项

GET Api/Invoke/GetCompanySetting/{CompanyId}

获取公司设置项

GET Api/Invoke/GetSiteSettings

获取所有站点设置项

GET Api/Invoke/GetSiteSetting/{SiteId}

获取站点设置项

GET Api/Invoke/GetDatabaseCompanySetting/{CompanyId}

获取公司完整设置项

GET Api/Invoke/GetAirlines

获取所有航空公司列表

GET Api/Invoke/GetCitys

获取所有城市列表

GET Api/Invoke/GetAirports

获取所有机场列表

GET Api/Invoke/GetCity/{AirportOrCity}

获取指定三字码所有城市列表

GET Api/Invoke/GetCityString/{CityOrAirport}

获取指定城市码

GET Api/Invoke/GetChannels

获取所有渠道列表

GET Api/Invoke/GetChannelByCode/{ChannelCode}

获取指定渠道设置项(基于渠道代码)

GET Api/Invoke/GetChannelBySiteId/{SiteId}

获取指定渠道设置项(基于站点ID)

GET Api/Invoke/GetChannelBySiteCode/{SiteCode}

获取指定渠道设置项(基于站点代码)

GET Api/Invoke/GetDataProviders

获取所有数据源列表

GET Api/Invoke/GetDataProviders/{Carrier}

基于航空公司2字码获取所有适用数据源列表

GET Api/Invoke/GetDataProviders/{Carrier}/{Channel}?ChannelCode={ChannelCode}

基于航空公司2字码及渠道代码获取所有适用数据源列表

GET Api/Invoke/GetDataProvider/{ProviderCode}

获取指定数据源列表

GET Api/Invoke/GetQueryDataProviders

获取所有报价数据源列表

GET Api/Invoke/GetQueryDataProviders/{Carrier}

基于航空公司2字码获取所有适用报价数据源列表

GET Api/Invoke/GetPurchaseDataProviders

获取所有采购数据源列表

GET Api/Invoke/GetPurchaseDataProviders/{Carrier}

基于航空公司2字码获取所有适用采购数据源列表

GET Api/Invoke/GetPurchaseDataProviders/{Carrier}/{Channel}?ChannelCode={ChannelCode}

基于航空公司2字码及渠道代码获取所有适用报价数据源列表

GET Api/Invoke/GetDefrayProviders

获取所有支付源列表

GET Api/Invoke/UpdateBasicCache

更新基础数据库缓存信息

GET Api/Invoke/UpdateBusinessCache

更新配置数据库缓存信息

GET Api/Invoke/RebootService/{Token}

重新初始化服务

GET Api/Invoke/RebootService

重新初始化服务

Setting

基础配置设置控制器

APIDescription
GET Api/Service/Setting/GetCompanySetting

获取公司完整设置项

GET Api/Service/Setting/GetPurchasePlatSettings

基于公司获取所有采购平台设置列表

GET Api/Service/Setting/GetPaymentPlatSettings

基于公司获取所有收付款账户设置列表

GET Api/Service/Setting/GetCompanySettingCache

获取公司完整设置项(Cache)

GET Api/Service/Setting/GetSiteSettingCache/{SiteId}

获取站点设置项

GET Api/Service/Setting/GetPurchasePlatSettingsCache

基于公司获取所有采购平台设置列表(Cache)

GET Api/Service/Setting/GetPaymentPlatSettingsCache

基于公司获取所有收付款账户设置列表(Cache)

GET Api/Service/Setting/GetAirlines

获取所有航空公司列表

GET Api/Service/Setting/GetCitys

获取所有城市列表

GET Api/Service/Setting/GetAirports

获取所有机场列表

GET Api/Service/Setting/GetCity/{AirportOrCity}

获取指定三字码所有城市列表

GET Api/Service/Setting/GetCityString/{CityOrAirport}

获取指定城市码

GET Api/Service/Setting/GetChannels

获取所有渠道列表

GET Api/Service/Setting/GetChannelByCode/{ChannelCode}

获取指定渠道设置项(基于渠道代码)

GET Api/Service/Setting/GetChannelBySiteId/{SiteId}

获取指定渠道设置项(基于站点ID)

GET Api/Service/Setting/GetChannelBySiteCode/{SiteCode}

获取指定渠道设置项(基于站点代码)

GET Api/Service/Setting/GetDataProviders

获取所有数据源列表

GET Api/Service/Setting/GetDataProviders/{Carrier}

基于航空公司2字码获取所有适用数据源列表

GET Api/Service/Setting/GetDataProviders/{Carrier}/{Channel}?ChannelCode={ChannelCode}

基于航空公司2字码及渠道代码获取所有适用采购源列表

GET Api/Service/Setting/GetDataProvider/{ProviderCode}

获取指定数据源列表

GET Api/Service/Setting/GetQueryDataProviders

获取所有报价数据源列表

GET Api/Service/Setting/GetQueryDataProviders/{Carrier}

基于航空公司2字码获取所有适用报价数据源列表

GET Api/Service/Setting/GetPurchaseDataProviders

获取所有采购数据源列表

GET Api/Service/Setting/GetPurchaseDataProviders/{Carrier}

基于航空公司2字码获取所有适用采购数据源列表

GET Api/Service/Setting/GetPurchaseDataProviders/{Carrier}/{Channel}?ChannelCode={ChannelCode}

基于航空公司2字码及渠道代码获取所有适用报价数据源列表

GET Api/Service/Setting/GetDefrayProviders

获取所有支付源列表

GET Api/Service/Setting/UpdateBusinessCache

更新配置数据库缓存信息

POST Api/Service/Setting/AddExpandSetting

添加公司扩展参数配置项

POST Api/Service/Setting/UpdateExpandSetting

更新公司扩展参数配置项

GET Api/Service/Setting/DeleteExpandSetting/{SettingId}

删除公司扩展参数配置项

POST Api/Service/Setting/AddSiteExpandSetting

添加扩展站点参数

POST Api/Service/Setting/UpdateSiteExpandSetting

更新扩展站点参数

GET Api/Service/Setting/DeleteSiteExpandSetting/{SettingId}

删除扩展站点参数

POST Api/Service/Setting/AddPurchasePlatSetting

添加采购平台配置项

POST Api/Service/Setting/UpdatePurchasePlatSetting

更新采购平台配置项

GET Api/Service/Setting/DeletePurchasePlatSetting/{SettingId}

删除采购平台配置项

POST Api/Service/Setting/AddPaymentPlatSetting

添加收付款平台配置项

POST Api/Service/Setting/UpdatePaymentPlatSetting

更新收付款平台配置项

GET Api/Service/Setting/DeletePaymentPlatSetting/{SettingId}

删除收付款平台配置项

POST Api/Service/Setting/AddPaymentAccountSetting

添加收付款账户配置项

POST Api/Service/Setting/UpdatePaymentAccountSetting

更新收付款账户配置项

GET Api/Service/Setting/DeletePaymentAccountSetting/{SettingId}

删除收付款账户配置项