Skip Navigation

DCCI API Gate Agent

Air
Check-In
REST API
Airline Carrier

What is it?

Digital Connect Check-In provides a group of services that can be performed to board, unboard and offload Passengers.

Why use it?

The /dcci/passenger service provides the following functionality:

  • POST /dcci/passenger/board

Digital Connect Check-In offers a stateless service that allows agents to board Passenger(s) on a designated flight using two (2) data entry types:

  1. Flight info + seat number
  2. Flight data + Passenger last name + internal Passenger ID (returned from the /dcci/passenger/list service)

    Only Passengers who have already checked in are eligible for boarding. In addition, before boarding, Passenger information can be verified to ensure that the boarding operation ends successfully. An assigned seat number and corresponding flight details provide sufficient information to facilitate the boarding process.

  • POST /dcci/passenger/offload

The Digital Connect Check-In services consumer can offload Passengers that are already checked in or boarded. This action could be related to security reasons, overbooking, or any other issue related to the Passenger that requires clarification. The offloaded Passenger must forfeit their seat; however, the Passenger’s checked-in baggage containing bag tags is not offloaded if it is already on board.

  • POST /dcci/passenger/unboard

Digital Connect Check-In offers a service that allows agents to unboard Passenger(s) on a designated flight using two (2) data entry types:

  1. Flight info + seat number

  2. Flight data + Passenger last name + internal Passenger ID (returned from the /dcci/passenger/list service).

    Unboarded Passenger is still checked-in and can be boarded again without repeating check-in process.