The SabreSonic Check-In® Update Passenger Security Information (UpdateSecurityInfoRQ) web service enables adding and deleting passenger travel documentation as required by government authorities.
Target Audience
Airline Carrier
API Version
4.2.0
Authentication
Session Token
Service Action Code
UpdateSecurityInfoRQ
Specific country security regulations require that passenger travel documentation must be provided before any airline can issue a boarding pass. Passenger records may be required to include travel information such as passport, visa, contact information, etc.
Sample Request
<SamplePayloads>
<!-- Request -->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:mes="http://www.ebxml.org/namespaces/messageHeader" xmlns:v4="http://services.sabre.com/checkin/updateSecurityInfo/v4">
<soapenv:Header>
<eb:MessageHeader eb:id="" eb:version="1.0" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>mid:1</eb:MessageId>
<eb:Timestamp>2008-03-03T12:45:52</eb:Timestamp>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken EncodingType="wsse:Base64Binary" valueType="String">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<v4:UpdateSecurityInfoRQ timeStamp="2001-12-17T09:30:47Z" trackingId="String" version="4.2.0" xsi:schemaLocation="http://services.sabre.com/checkin/updateSecurityInfo/v4 UpdateSecurityInfoRQRS_v4.xsd" xmlns:STL="http://services.sabre.com/STL/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<v4:Itinerary>
<v4:Airline>U0</v4:Airline>
<v4:Flight>0963</v4:Flight>
<v4:BookingClass>Y</v4:BookingClass>
<!--Optional:-->
<v4:DepartureDate>2019-08-21</v4:DepartureDate>
<v4:Origin>DFW</v4:Origin>
</v4:Itinerary>
<v4:PassengerInfo>
<v4:LastName>HQQBDM</v4:LastName>
<v4:PassengerID>08B106DD0001</v4:PassengerID>
</v4:PassengerInfo>
<v4:PassengerSecurityInfo>
<v4:ManageSecurityInfo>
<v4:Visa>
<v4:OverrideVisaRequirement infant="false"/>
</v4:Visa>
</v4:ManageSecurityInfo>
</v4:PassengerSecurityInfo>
<!--Optional:-->
<v4:Client>WEB</v4:Client>
</v4:UpdateSecurityInfoRQ>
</soapenv:Body>
</soapenv:Envelope>
<!-- Response: -->
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<eb:MessageHeader eb:version="1.0" soap-env:mustUnderstand="1" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>624114500454440150</eb:MessageId>
<eb:Timestamp>2019-08-20T13:54:05</eb:Timestamp>
<eb:RefToMessageId>mid:1</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<UpdateSecurityInfoRS timeStamp="2019-08-20T13:54:05.688Z" trackingId="String" version="4.2.0" xmlns="http://services.sabre.com/checkin/updateSecurityInfo/v4" xmlns:ns2="http://services.sabre.com/STL/v3">
<ItineraryResponseList>
<ns2:ItineraryInfoResponse>
<ns2:Airline>U0</ns2:Airline>
<ns2:Flight>0963</ns2:Flight>
<ns2:Origin>DFW</ns2:Origin>
<ns2:DepartureDate>2019-08-21</ns2:DepartureDate>
</ns2:ItineraryInfoResponse>
</ItineraryResponseList>
<PassengerInfoResponseList>
<ns2:PassengerInfoResponse>
<ns2:LastName>HQQBDM</ns2:LastName>
<ns2:FirstName>AJDB</ns2:FirstName>
<ns2:PassengerID>08B106DD0001</ns2:PassengerID>
<ns2:EditCodeList/>
</ns2:PassengerInfoResponse>
</PassengerInfoResponseList>
<Result messageId="ID-acs-int1-sgdcelab-sabre-com-1566296939271-0-32378" timeStamp="2019-08-20T13:54:05.688Z">
<ns2:Status>Success</ns2:Status>
<ns2:CompletionStatus>Complete</ns2:CompletionStatus>
<ns2:System>CKI-WS</ns2:System>
</Result>
</UpdateSecurityInfoRS>
</soap-env:Body>
</soap-env:Envelope>
</SamplePayloads>
<!-- Request -->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:mes="http://www.ebxml.org/namespaces/messageHeader" xmlns:v4="http://services.sabre.com/checkin/updateSecurityInfo/v4">
<soapenv:Header>
<eb:MessageHeader eb:id="" eb:version="1.0" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>mid:1</eb:MessageId>
<eb:Timestamp>2008-03-03T12:45:52</eb:Timestamp>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken EncodingType="wsse:Base64Binary" valueType="String">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<v4:UpdateSecurityInfoRQ timeStamp="2001-12-17T09:30:47Z" trackingId="String" version="4.2.0" xsi:schemaLocation="http://services.sabre.com/checkin/updateSecurityInfo/v4 UpdateSecurityInfoRQRS_v4.xsd" xmlns:STL="http://services.sabre.com/STL/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<v4:Itinerary>
<v4:Airline>U0</v4:Airline>
<v4:Flight>0963</v4:Flight>
<v4:BookingClass>Y</v4:BookingClass>
<!--Optional:-->
<v4:DepartureDate>2019-08-21</v4:DepartureDate>
<v4:Origin>DFW</v4:Origin>
</v4:Itinerary>
<v4:PassengerInfo>
<v4:LastName>HQQBDM</v4:LastName>
<v4:PassengerID>08B106DD0001</v4:PassengerID>
</v4:PassengerInfo>
<v4:PassengerSecurityInfo>
<v4:ManageSecurityInfo>
<v4:Visa>
<v4:OverrideVisaRequirement infant="false"/>
</v4:Visa>
</v4:ManageSecurityInfo>
</v4:PassengerSecurityInfo>
<!--Optional:-->
<v4:Client>WEB</v4:Client>
</v4:UpdateSecurityInfoRQ>
</soapenv:Body>
</soapenv:Envelope>
<!-- Response: -->
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<eb:MessageHeader eb:version="1.0" soap-env:mustUnderstand="1" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>624114500454440150</eb:MessageId>
<eb:Timestamp>2019-08-20T13:54:05</eb:Timestamp>
<eb:RefToMessageId>mid:1</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<UpdateSecurityInfoRS timeStamp="2019-08-20T13:54:05.688Z" trackingId="String" version="4.2.0" xmlns="http://services.sabre.com/checkin/updateSecurityInfo/v4" xmlns:ns2="http://services.sabre.com/STL/v3">
<ItineraryResponseList>
<ns2:ItineraryInfoResponse>
<ns2:Airline>U0</ns2:Airline>
<ns2:Flight>0963</ns2:Flight>
<ns2:Origin>DFW</ns2:Origin>
<ns2:DepartureDate>2019-08-21</ns2:DepartureDate>
</ns2:ItineraryInfoResponse>
</ItineraryResponseList>
<PassengerInfoResponseList>
<ns2:PassengerInfoResponse>
<ns2:LastName>HQQBDM</ns2:LastName>
<ns2:FirstName>AJDB</ns2:FirstName>
<ns2:PassengerID>08B106DD0001</ns2:PassengerID>
<ns2:EditCodeList/>
</ns2:PassengerInfoResponse>
</PassengerInfoResponseList>
<Result messageId="ID-acs-int1-sgdcelab-sabre-com-1566296939271-0-32378" timeStamp="2019-08-20T13:54:05.688Z">
<ns2:Status>Success</ns2:Status>
<ns2:CompletionStatus>Complete</ns2:CompletionStatus>
<ns2:System>CKI-WS</ns2:System>
</Result>
</UpdateSecurityInfoRS>
</soap-env:Body>
</soap-env:Envelope>
</SamplePayloads>
Sample Response
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<eb:MessageHeader eb:version="1.0" soap-env:mustUnderstand="1" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>624114500454440150</eb:MessageId>
<eb:Timestamp>2019-08-20T13:54:05</eb:Timestamp>
<eb:RefToMessageId>mid:1</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<UpdateSecurityInfoRS timeStamp="2019-08-20T13:54:05.688Z" trackingId="String" version="4.2.0" xmlns="http://services.sabre.com/checkin/updateSecurityInfo/v4" xmlns:ns2="http://services.sabre.com/STL/v3">
<ItineraryResponseList>
<ns2:ItineraryInfoResponse>
<ns2:Airline>U0</ns2:Airline>
<ns2:Flight>0963</ns2:Flight>
<ns2:Origin>DFW</ns2:Origin>
<ns2:DepartureDate>2019-08-21</ns2:DepartureDate>
</ns2:ItineraryInfoResponse>
</ItineraryResponseList>
<PassengerInfoResponseList>
<ns2:PassengerInfoResponse>
<ns2:LastName>HQQBDM</ns2:LastName>
<ns2:FirstName>AJDB</ns2:FirstName>
<ns2:PassengerID>08B106DD0001</ns2:PassengerID>
<ns2:EditCodeList/>
</ns2:PassengerInfoResponse>
</PassengerInfoResponseList>
<Result messageId="ID-acs-int1-sgdcelab-sabre-com-1566296939271-0-32378" timeStamp="2019-08-20T13:54:05.688Z">
<ns2:Status>Success</ns2:Status>
<ns2:CompletionStatus>Complete</ns2:CompletionStatus>
<ns2:System>CKI-WS</ns2:System>
</Result>
</UpdateSecurityInfoRS>
</soap-env:Body>
</soap-env:Envelope>
<soap-env:Header>
<eb:MessageHeader eb:version="1.0" soap-env:mustUnderstand="1" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
<eb:From>
<eb:PartyId eb:type="URI">Server</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="URI">Client</eb:PartyId>
</eb:To>
<eb:CPAId>IPCC</eb:CPAId>
<eb:ConversationId>9DB7_921682_1204548352874</eb:ConversationId>
<eb:Service>UpdateSecurityInfoRQ</eb:Service>
<eb:Action>UpdateSecurityInfoRQ</eb:Action>
<eb:MessageData>
<eb:MessageId>624114500454440150</eb:MessageId>
<eb:Timestamp>2019-08-20T13:54:05</eb:Timestamp>
<eb:RefToMessageId>mid:1</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
<wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2983123284548129142!1414128!0</wsse:BinarySecurityToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<UpdateSecurityInfoRS timeStamp="2019-08-20T13:54:05.688Z" trackingId="String" version="4.2.0" xmlns="http://services.sabre.com/checkin/updateSecurityInfo/v4" xmlns:ns2="http://services.sabre.com/STL/v3">
<ItineraryResponseList>
<ns2:ItineraryInfoResponse>
<ns2:Airline>U0</ns2:Airline>
<ns2:Flight>0963</ns2:Flight>
<ns2:Origin>DFW</ns2:Origin>
<ns2:DepartureDate>2019-08-21</ns2:DepartureDate>
</ns2:ItineraryInfoResponse>
</ItineraryResponseList>
<PassengerInfoResponseList>
<ns2:PassengerInfoResponse>
<ns2:LastName>HQQBDM</ns2:LastName>
<ns2:FirstName>AJDB</ns2:FirstName>
<ns2:PassengerID>08B106DD0001</ns2:PassengerID>
<ns2:EditCodeList/>
</ns2:PassengerInfoResponse>
</PassengerInfoResponseList>
<Result messageId="ID-acs-int1-sgdcelab-sabre-com-1566296939271-0-32378" timeStamp="2019-08-20T13:54:05.688Z">
<ns2:Status>Success</ns2:Status>
<ns2:CompletionStatus>Complete</ns2:CompletionStatus>
<ns2:System>CKI-WS</ns2:System>
</Result>
</UpdateSecurityInfoRS>
</soap-env:Body>
</soap-env:Envelope>