DeletePriceQuote (XML)

 

API情報

当該機能は、PNRに保存された運賃データ(PQ/PQRレコード※)を削除するAPIです。
事前にGetReservationによるPNRリトリーブが必須です。

(※)PQRレコード:Automated Exchange用運賃データ

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

更新履歴

DeletePriceQuoteLLSRQ v2.1.0 on October 11, 2019
  • Version2.1.0をリリースいたしました。
 

リクエストサンプル(PQファイル削除)

 選択<DeletePriceQuoteRQ 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.0">		
  <AirItineraryPricingInfo>		
    <Record Number="1" EndNumber="2" />		
    <Record Number="4" />		
  </AirItineraryPricingInfo>		
</DeletePriceQuoteRQ>		

レスポンスサンプル(PQファイル削除)

 選択<DeletePriceQuoteRS 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.0">		
 <stl:ApplicationResults status="Complete">		
  <stl:Success timeStamp="2018-12-10T21:50:20-06:00" />		
 </stl:ApplicationResults>		
</DeletePriceQuoteRS>		

リクエストサンプル(PQRファイル削除)

 選択<DeletePriceQuoteRQ 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.0">		
  <AirItineraryPricingInfo>		
    <ReissueRecord Number="2" />		
  </AirItineraryPricingInfo>		
</DeletePriceQuoteRQ>		

レスポンスサンプル(PQRファイル削除)

 選択<DeletePriceQuoteRS 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.0">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2018-12-21T01:46:11-06:00" />
 </stl:ApplicationResults>
</DeletePriceQuoteRS>
 

XMLタグ定義書

XMLスキーマ

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

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