TravelItineraryModifyInfo (XML)

 

API情報

当該機能は、グループリクエストPNRの旅客氏名を変更するAPIです。
事前にGetReservationによるPNRリトリーブが必須です。

Service Action Code :TravelItineraryModifyInfoLLSRQ
最新バージョン :2.1.1
プロトコル :XML

更新履歴

TravelItineraryModifyInfoLLSRQ v2.1.1 on April 11, 2024
  • 連絡先変更/マイレージ削除の各リクエストサンプルを追加しました。

TravelItineraryModifyInfoLLSRQ v2.1.1 on October 04, 2019
  • Version2.1.1をリリースいたしました。
 

リクエストサンプル

リマークス更新

 選択<TravelItineraryModifyInfoRQ ReturnHostCommand="true" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.1.1">
  <CustomerInfo>
    <PersonName RPH="5">
      <GivenName>SWS</GivenName>
      <Surname>TEST</Surname>
    </PersonName>
  </CustomerInfo>
</TravelItineraryModifyInfoRQ>

レスポンスサンプル

 選択<TravelItineraryModifyInfoRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01" Version="2.1.1">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2019-02-26T03:07:40-06:00">
   <stl:SystemSpecificResults>
    <stl:HostCommand LNIATA="5367A2">-5¤TEST/SWS</stl:HostCommand>
   </stl:SystemSpecificResults>
  </stl:Success>
 </stl:ApplicationResults>
</TravelItineraryModifyInfoRS>

連絡先変更

 選択<TravelItineraryModifyInfoRQ ReturnHostCommand="true" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.1.1">
  <CustomerInfo>
    <ContactNumbers>
      <ContactNumber Phone="123-456-7890" PhoneUseType="A" RPH="1" />
    </ContactNumbers>
  </CustomerInfo>
</TravelItineraryModifyInfoRQ>

レスポンスサンプル

 選択<TravelItineraryModifyInfoRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01" Version="2.1.1">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2024-04-11T03:00:23+00:00">
   <stl:SystemSpecificResults>
    <stl:HostCommand LNIATA="36315C">91¤123-456-7890-A</stl:HostCommand>
   </stl:SystemSpecificResults>
  </stl:Success>
 </stl:ApplicationResults>
</TravelItineraryModifyInfoRS>

マイレージ削除

 選択<TravelItineraryModifyInfoRQ ReturnHostCommand="true" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.1.1">
  <CustomerInfo>
    <CustLoyalty RPH="1" />
  </CustomerInfo>
</TravelItineraryModifyInfoRQ>

レスポンスサンプル

 選択<TravelItineraryModifyInfoRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01" Version="2.1.1">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2024-04-11T03:10:51+00:00">
   <stl:SystemSpecificResults>
    <stl:HostCommand LNIATA="36315C">FF1¤</stl:HostCommand>
   </stl:SystemSpecificResults>
  </stl:Success>
 </stl:ApplicationResults>
</TravelItineraryModifyInfoRS>
 

XMLタグ定義書

XMLスキーマ

【注意点】
各種XMLスキーマは、Sabre社提供のオリジナル版となるため、「XMLタグ定義書」の記載上、
利用不可の情報が含まれております。
スキーマを利用してアプリケーションを構築される場合の各タグの利用可否は、
必ず「XMLタグ定義書」にてご確認ください。

※弊社にて「XMLタグ定義書」を作成する際、各タグの利用可否確認を行っております。