Skip Navigation

Digital Connect Check-In 22.12 Release Notes

Release Identification

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

Piotr Gorski

Software updated

Features

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

  • Client ID Adoption in DCCI
  • Populate passengerFlight.checkedIn Flag Status from SSCI
  • /dcci/passenger/checkin Improvement

​​​Defects

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

  • [DW3.12, 3.13] - FFT - WS - Internal Error When Retrieving PNR After 1st flight is PDC
  • DW - ET, ZL - Not Checked In for Boarded Passengers and PDC'd/closed flights

The following sections explain more details about the new items.

Client ID Adoption in DCCI

Digital Connect Check-In has implemented the Client ID for internal traffic, to track and analyze the usage of Sabre API services, by specific application.  
The Client ID (also known as a Customer App ID) is a parameter in the header used to make Sabre API requests that identifies a specific application used by our customers. This is a unique signature generated by Sabre for internal and external customer applications consuming Sabre APIs.
Adopting the Client ID into Digital Connect Check-In has enabled Sabre to gather better insights for faster troubleshooting and support through:

  • Traffic to Sabre by application
  • Traffic to Sabre by customer and application
  • Types of Sabre APIs being called
  • Data insights by application, such as conversion, agency efficiency, etc...
  • Best practices/guidelines on identified workflow inefficiencies

Prerequisites

N/A

Limitations

N/A

Configuration

Property Name Description Example
Value
Data
Type

bus.rs.clientID 

The ClientID.  

True 

Boolean

bus.rs.clientID.enabled

If set to true, clientID/clientSecret configuration and /v3/auth/token endpoint is used to create ATK. 
Default is [false]

True

Boolean

bus.rs.clientSecret

The client ID password.

N/A

String

usg.session.clientId

The client ID is a parameter that identifies a specific application.

N/A

String

usg.session.clientIdEnabled

Enables clientId feature. If enabled, clientId and clientSecret must be provided. 
Default is [false]

True

Boolean

usg.session.clientSecret

The password for the corresponding Client ID.

N/A 

String

usg.session.customerAppId

The value for this configuration must be set only when clientId feature cannot be used. Legacy way of identifying the SWS caller.

N/A 

String

 


Populate passengerFlight.checkedIn Flag Status from SSCI

When the configuration s4ci.feature.passengerDetails.directCheckedInStatus.enabled is set to true, Digital Connect Check-In will pass the passengerFlight.checkedIn flag as received from SSCI, to ensure the client gets the same status as provided by SSCI.

Prerequisites

N/A

Limitations

N/A

Configuration

Property Name Description Example
Value
Data
Type

s4ci.feature.passengerDetails.directCheckedInStatus.enabled   

 

If enabled passengerFlight.checkedIn flag is populated directly from CKI, otherwise it is based on Digital Connect Check-In logic.


Default is [false]
   

true

Boolean

 


/dcci/passenger/checkin Improvement

With this improvement, the client can skip the call to dcci/reservation/update, to add the edit codes. The Edit codes will be added in dcci/passenger/checkin. 

Prerequisites

N/A

Limitations

N/A

Configuration

Property Name Description Example
Value
Data
Type

s4ci.checkin.allowedCheckInEdits 

Defines a list of allowed edit codes that can be requested by a client. The requested edits that match the list is added at the time of check-in.

MC,WB,KS,DX,ACI,MCON,RCK

List<String> 

 


[DW3.12, 3.13] - FFT - WS - Internal Error When Retrieving PNR After 1st flight is PDC

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC- 2592

Description:

Digital Connect Check-In passenger/details returned Internal error when the first flight was PDC and ESTA eligibility feature was enabled.

Resolution:

Now, Digital Connect Check-In passenger/details returns successful response when the first flight is PDC and ESTA eligibility feature is enabled.

Programs/Modules Affected:

/dcci/passenger/details

 


DW - ET, ZL - Not Checked In for Boarded Passengers and PDC'd/closed flights

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC- 2594

Description:

Status in passengerFlight has not been returned when the flight was in PDC status.

Resolution:

Now, the status on passengerFlight is returned for a PDC flight.

Programs/Modules Affected:

/dcci/passenger/details