Skip Navigation

Digital Connect Check-In 22.03 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
22.03 Version 22 March 2022

Grzegorz Kurek,

Rafal Holub

Software updated

Features

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

  • Residency Card Eligibility
  • Return INF Passenger Name When Refreshing Passenger Details
  • Return Cabin Class in fareInfo
    ​​​​

​​​Defects

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

  • Cannot Update KnownTraveler Number with ApplicableCountryCode
  • BG CUTOVER: Seat Cannot be Assigned
  • BG CUTOVER: All the Passenger in the Same PNR is not Showing in the Passenger Details Window
  • BG CUTOVER- Error on DW Visa Required even APP is OK to Board
  • Redress Number Returned More than 2; HOST has Restriction of Max 2

The following sections explain more details about the new items.

 

Residency Card Eligibility

During check-in, some airlines need clear indication whether a Visa or a Permanent Resident Card is missing, as a required information.
Digital Connect Check-In has introduced a new eligibility dedicated to missing residency card information

Residency Card Eligibility

In the past, if the travel documents were missing and the eligibility request was not met the airlines did not receive a clear indication on what must be added in passenger/update, whether it is a Visa or Permanent Residency Card. Digital Connect Check-In provided only one common message: Visa Required.  
Now, Digital Connect Check-In returns clear information on what type of document is required whether it is Visa or Residency Card. 

Prerequisites

None

Limitations

None

Configuration

None


Return INF Passenger Name When Refreshing Passenger Details

When a PNR is updated with infant as an edit code, the refresh call will return the infant passenger.  

Prerequisites

None

Limitations

None

Configuration

None

 


Return Cabin Class in fareInfo

Earlier, Digital Connect Check-In returned cabin class data in a different element than the booking class. Now, this feature allows Digital Connect Check-In to return both the booking class and the cabin class in the same element, fareInfo.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type
s4ci.feature.passengerDetails.cabinClassCode.enabled = true If enabled cabinClassCode will be returned with passenger details on fare info level.
Default is [false]

False 

Boolean

 


 

Cannot Update KnownTraveler Number with ApplicableCountryCode

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2319

Description:

The POST dcci/passenger/update was not able to update Known Traveler Number with the country code. 

Resolution:

Digital Connect Check-In adds the KT number with applicable country code in the requested passenger details.
Digital Connect Check-In added the missing implementation for the Known Traveler that contains applicable country information.

Programs/Modules Affected:

POST /dcci/passenger/update


BG CUTOVER: Seat Cannot be Assigned

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2335

Description:

The passenger is unable to select the specific seat assignment at the time of check-in.

Resolution:

Digital Connect Check-In sends the nameAssociationID as TravelerID in ESM request.
Now, the TravellerID populates based on the sequence starting from 1.

Programs/Modules Affected:

POST /dcci/seats/seatmap


BG CUTOVER: All the Passenger in the Same PNR is not Showing in the Passenger Details Window

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2326

Description:

The POST dcci/passenger/details was not able to return all the passengers booked under the same PNR.

Resolution:

Digital Connect Check-In adjusted the passenger matching for infants with no INF SSR and passenger with extra whitespaces in the first name.

Programs/Modules Affected:

POST /dcci/passenger/details


BG CUTOVER- Error on DW Visa Required even APP is OK to Board

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2317

Description:

The POST /dcci/passenger/details service was not returning eligibility: PASSENGER_DOES_NOT_HAVE_VISA.

Resolution:

Digital Connect Check-In updated the logic of handling APP required information and text information which are returned by SSCIOS in /cki/passenger/details service.

Programs/Modules Affected:

POST /dcci/passenger/details


Redress Number Returned More than 2; HOST has Restriction of Max 2

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-2323

Description:

After unsuccessful operation of adding redress in POST /dcci/passenger/update, the redress number was present in reservation in session. 

Resolution:

Now, after an unsuccessful operation the redress number is not stored in the reservation.

Programs/Modules Affected:

POST /dcci/passenger/update