Skip Navigation

Digital Connect Check-In 21.02 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
21.02 Version 25 February 2021

Grzegorz Kurek,

Rafal Holub

Software updated

Features

Digital Connect Check-In introduces new features and enhancements in the following areas:

Defects

The following Digital Connect Check-In defects have been fixed for this release.

    The following sections explain more details about the new items.

     

    Mandate - Canada Air Exit and Passenger Protect Program

    iAPI for Canada was a functionality which applied to international flights arriving to Canada. Under the new Air Exit program, iAPI functionality is applied to the international flights departing from Canada although a 'Not Applicable' status is always returned for the outbound Passengers. 

    iAPI and Air Exit are both regulatory programs.

    The Enhanced Passenger Protect Program (PPP) is a new security program which applies to all Canadian flights, both international and domestic. iAPI functionality is used for PPP with some additional requirements.

    Prerequisites

    None

    Limitations

    None

    Configuration

    None

    Supporting the List of Redress Numbers for Single Passenger

    So far Digital Connect Check-In supported only single redress number per Passenger. This is related to the fact that the USA was the only country using this kind of information about Passenger.

    Now Canada is also introducing the redress number, so it is possible to have two separate redress numbers under single Passenger. Therefore, Digital Connect Check-In supports a situation when there are two redress numbers in a reservation and when a Passenger/POS would like to add two redress numbers for a Passenger.

    The list of the redress numbers is returned with the following structure where the information about the number and the applicable country code is retrieved easily:

    "transportationSecurity": {
         "redresses": [
             {
                 "number": "4342363",
                 "applicableCountryCode": "US"
             },
             {
                 "number": "CAN82599",
                 "applicableCountryCode": "CA"
             }
         ]
     }

    Prerequisites

    None

    Limitations

    None

    Configuration

    Property Name Description Example
    Value
    Data
    Type
    s4ci.feature.redressList.enabled Specifies whether a Passenger multiple redress numbers are supported. Used for the request validation.
    Default value: false
    true Boolean
    Supporting Enhanced Passenger Program for Canada

    Digital Connect Check-In supports a new Enhanced Passenger Details program for Canada (PPP).

    Sometimes, before check-in attempt, a Passenger should be validated in the external systems against the decision whether the check-in process should be allowed or not. PPP is required and present only along with iAPI security clearance for Canada.

    Triggering iAPI for Canada triggers also PPP program. Digital Connect Check-In checks the results of PPP program in case of iAPI validation.

    Digital Connect Check-In also introduces a new configuration key to extend POS control over the decision which security status should block check-in process for a Passenger.

    Example
    s4ci.checkin.clearance.inhibited.statuses=PPP:INHIBITED

    This configuration means that INHIBITED status for PPP program blocks check-in process for a Passenger through the /dcci/passenger/checkin service.

    Prerequisites

    None

    Limitations

    None

    Configuration

    Property Name Description Example
    Value
    Data
    Type
    s4ci.checkin.clearance.inhibited.statuses

    Defines clearance statuses that inhibit check-in process. If empty, then clearance result statuses are not validated.
    Default value: <EMPTY>

    PPP:INHIBITED Map<String, String>

    Upgrade Available on Seat Map does not Show Accurate Count if over 7

    Customer Tracking #:

    N/A

    Sabre Tracking #:

    CSSDC-1752

    Description:

    Previous request sent to OTA_AirAvailability service did not contain the information about the flight number and the information about availability received in the response was limited.

    Resolution:

    Call to OTA_AirAvailability service contains the information about a flight number and the information about availability for the requested flight is received and not limited in the response.

    Programs/Modules Affected:

    /dcci/passenger/details


    Unable to Add Bags for Employee Bookings

    Customer Tracking #:

    N/A

    Sabre Tracking #:

    CSSDC-1856

    Description:

    The POST /dcci/baggage/book service was not able to book baggage for the non-revenue Passenger when segment status was 'SA' in the PNR.

    Resolution:

    The POST /dcci/baggage/book is fixed to send the correct segment status ('SA' in this case) to PNR Update reservation during baggage booking for the non-revenue Passenger.

    Programs/Modules Affected:

    /dcci/baggage/book