MiscSegmentSell (XML)

 

API情報

当該機能は、OTHセグメント(Other Product Segment)を新規作成・追加を行うAPIです。

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

更新履歴

MiscSegmentSellLLSRQ v2.0.0 on October 05, 2020
  • Version2.0.0をリリースいたしました。
 

リクエストサンプル

 選択<MiscSegmentSellRQ xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.0.0">
  <MiscSegment DepartureDateTime="12-21" NumberInParty="1" Status="GK" Type="OTH">
    <OriginLocation LocationCode="NRT" />
    <Text>TEST</Text>
    <VendorPrefs>
      <Airline Code="NH" />
    </VendorPrefs>
  </MiscSegment>
</MiscSegmentSellRQ>

レスポンスサンプル

 選択<MiscSegmentSellRS 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.0.0">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2020-10-05T03:09:12-05:00" />
 </stl:ApplicationResults>
 <Text>SEG 1 GK</Text>
</MiscSegmentSellRS>
 

XMLタグ定義書

XMLスキーマ

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

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