Skip Navigation

DCCI API Passenger

Air
Check-In
REST API
Airline Carrier

What is it?

Digital Connect Check-In provides a group of services that can be performed to:

  • retrieve details of a specific Passenger or group of Passengers within the same reservation.

  • refresh details of the reservation.

  • refresh details of the Air Extras (AEs).

  • supplement Digital Connect Check-In session with the details requested additionally.

  • add or update Passenger's data.

Why use it?

The /dcci/passenger service provides the following functionality:

  • GET /v2/dcci/passenger/details

This service allows an agent to retrieve details of a specific Passenger or group of Passengers within the same reservation. It returns cached data; however, to retrieve the most recent information, the POST service should be used.

  • POST /v2/ dcci/passenger/details

This service allows an agent to retrieve details of a specific Passenger, or group of Passengers within the same reservation. It supports criteria that can be used to locate a Passenger or Passengers including:

  1. PNR Locator

  2. Passenger’s First/Last name

  3. Passenger’s email or phone number

  4. Departure/Arrival airport, etc.

Retrieved data are cached to be used in other services.

  • GET /dcci/passenger/details/refresh

This service is used to refresh details of the reservation basing on the selected downline systems.

  • GET /dcci/passenger/details/refresh/ancillaries

This service is used to refresh details of the Air Extras (AEs) basing on the selected downline systems.

  • POST /v2/dcci/passenger/details/supplement

This service allows to supplement Digital Connect Check-In session with the details requested additionally.

  • POST /dcci/passenger/update

Digital Connect Check-In offers a service to add or update Passenger data. For example, this service is used to add or update a Passenger reservation with

  1. Documents, such as a passport or visa
  2. An address, such as a home address or a destination address
  3. Loyalty account information
  4. An emergency contact.

This service can also return the operation status or retrieve updated session details.