Passenger Check-In status in OrderViewRS
Â
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:
<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>