Skip Navigation

dc-core /configuration

Air
Search
REST API
Airline Carrier

What is it?

This group of services allows the airline to retrieve information regarding configuration, basic build information and validation.

How it works

/configuration

This service allows an airline to obtain all configurations for a storefront, including available routes and services. The airline can use this information to populate a Flight Search page by displaying the available routes and services to passengers. The service information is received from ConfigurationServiceImpl and routes are fetched for the storefront using RouteServiceImpl.

/configuration/rules

This service allows an airline to obtain information about rules that are applicable to the booking on a particular service in order to dynamically configure when to collect passenger information.

/configuration/validation

This service allows an airline to obtain information about the basic contract validation for the specific request from other services.

/configuration/buildInfo

This service allows an airline to obtain information about:

  • build number
  • release name
  • configuration version.