ModifyRemark (XML)

 

API情報

当該機能は、PNRのリマークス情報を変更・削除するAPIです。

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

更新履歴

ModifyRemarkLLSRQ v2.1.2 on October 11, 2019
  • Version2.1.2をリリースいたしました。J
 

リクエストサンプル

リクエストサンプル

 選択<ModifyRemarkRQ 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.2">
  <RemarkInfo>
    <Remark Number="1">
      <Text>TEST HISTORICAL REMARK</Text>
    </Remark>
  </RemarkInfo>
</ModifyRemarkRQ>

レスポンスサンプル

 選択<ModifyRemarkRS 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.2">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2019-09-12T04:43:23-05:00" />
 </stl:ApplicationResults>
</ModifyRemarkRS>

リクエストサンプル

 選択<ModifyRemarkRQ 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">
  <RemarkInfo>
    <Remark Number="1" />
  </RemarkInfo>
</ModifyRemarkRQ>

レスポンスサンプル

 選択<ModifyRemarkRS 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="2023-09-29T02:03:06+00:00" />
 </stl:ApplicationResults>
</ModifyRemarkRS>
 

XMLタグ定義書

XMLスキーマ

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

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