Skip Navigation

DCCI API Misc

Air
Check-In
REST API
Airline Carrier

What is it?

Compensation API

The compensation service adds points to a Passenger’s Travel Bank account.

Because information about a Passenger’s Travel Bank account is available in their profile, a call to /paxLookup is required before calling the compensation service to retrieve a Passenger’s profile data.

EMD API

The emd service retrieves detailed information about Electronic Miscellaneous Document (EMD).

Flight API

This service is used by check-in and gate agents who require detailed flight information, which includes flight details, Passenger details for each class of service, and cabin information, such as SSRs, Passenger count, boarding pass count, etc.

Notification API

Digital Connect Check-In provides a service that sends data and files to a Passenger via email.

Passenger API

Digital Connect Check-In provides services to locate detailed information regarding Passenger profile.

VCR API

The vcr service retrieves detailed information about Virtual Coupon Record (VCR).

Why use it?

Digital Connect Check-In provides the following functionality:

  • POST /dcci/compensation/travelbank
  1. If travelBank compensation ends with success, the current account balance and transaction ID is returned.
  2. If travelBank compensation ends with an error, no balance information is returned.
  • POST /dcci/emd/lookup

This service is used to retrieve EMDs and their detailed information.

  • POST /dcci/flight/details

This service is used to provide detailed information regarding a flight and its Passengers.

  • POST /dcci/notification/mail

This service is used to send documents and data to a Passenger via email, such as boarding pass in PDF format.

  • GET /dcci/passenger/lookup

    This service is used to locate detailed information regarding a Passenger profile. Information stored in the Passenger's profile allows the agent to be empathetic to any situations that can arise during, or prior to a flight. It is used by the Digital Connect Check-In services consumer to knowledgeably approach the Compensation service and to retrieve detailed information regarding a Passenger’s profile that is stored in cache.

  • POST /v2/dcci/passenger/lookup

The service is used to locate detailed information regarding a Passenger profile. Information stored in the Passenger's profile allows the agent to be empathetic to any situations that can arise during, or prior to a flight. It is used by the Digital Connect Check-In services consumer to knowledgeably approach the Compensation service.

It retrieves detailed information regarding a Passenger’s profile.

Passenger/Lookup can be called by:

  1. Flight Criteria

    Fields: LastName, SSCIPassengerId, Airline, FlightNumber, DepartureAirport, DepartureDate

    All fields are mandatory.

  2. Passenger Criteria

    Fields: LoyaltyMemberId, Email, LastName, FirstName, Birthday

In a successful scenario, a Passenger's full profile data is returned. If the results are ambiguous, only basic profile data is returned. When full profile data is retrieved, the information is cached so that it can be retrieved by the GET service in the future.

  • POST /dcci/vcr/lookup

This service is used to retrieve VCRs and their detailed information.