Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

iFlyRes NDC API enhanced to support the passenger check-in information in OrderViewRS.

Check-in status will be available in the attribute value ServiceStatus at the service level for each segment service details.

Xpath : /OrderViewRS/Response/Order/OrderItems/OrderItem/Service@ServiceStatus

Currently Supporting Check-in status are as follows,

Check-in Status

Mapping Code

FLOWN 

B

CHECKED IN 

CK

BOARDED 

BD

DEBOARDED 

DB

CONFIRMED 

OK

OFFLOADED 

OF

DENIED BOARDING 

DN

STANDBY 

SB

NO_SHOW

NC

SECURITY CLEARANCE 

SCL

STANDBY SECURITY CLEARANCE 

SBSCL

STANDBY BOARDED 

SBBD

STANDBY DEBOARDED 

SBDB

STANDBY CLEARED 

SBC


Sample:

Code Block
languagexml
  <ns2:Service ServiceID="V1_SRVC_PAX.101847_SEG.500" ServiceStatus="CK">
    <ns2:PassengerRef>V1_PAX.101847</ns2:PassengerRef>
    <ns2:SegmentRef>V1_SEG.500</ns2:SegmentRef>
</ns2:Service>