ShortSell(XML)

 

API情報

当該機能は、航空便の予約(直接予約・間接予約)を行うAPIです。

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

更新履歴

ShortSellLLSRQ v2.2.0 on November 09, 2021
  • Version2.2.0をリリースいたしました。
    直接予約時の出発時間および到着時間指定が可能になりました。
ShortSellLLSRQ v2.1.0 on May 18, 2021
  • Version2.1.0をリリースいたしました。
 

リクエストサンプル(直接予約)

 選択<ShortSellRQ 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.2.0">
  <OriginDestinationInformation>
    <FlightSegment DepartureDateTime="12-01" NumberInParty="1" ResBookDesigCode="Y" Status="NN">
      <DestinationLocation LocationCode="HND" />
      <MarketingAirline Code="NH" FlightNumber="216" />
      <OriginLocation LocationCode="CDG" />
    </FlightSegment>
  </OriginDestinationInformation>
</ShortSellRQ>

レスポンスサンプル(直接予約)

 選択<ShortSellRS 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.2.0">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2021-10-14T03:42:19-05:00">
   <stl:SystemSpecificResults>
    <stl:HostCommand LNIATA="0A6624">0NH216Y01DECCDGHNDNN1</stl:HostCommand>
   </stl:SystemSpecificResults>
  </stl:Success>
 </stl:ApplicationResults>
 <OriginDestinationOption>
  <FlightSegment ArrivalDateTime="12-02T14:50" DepartureDateTime="12-01T19:00" FlightNumber="0216" NumberInParty="01" RPH="1" ResBookDesigCode="Y" Status="SS">
   <DestinationLocation LocationCode="HND" />
   <FlightDetails>
    <Text>DEP-AEROGARE 1                 ARR-TERMINAL 3</Text>
    <Text>NAME CHG NOT ALLOWED FOR NH-Y FARECLASS</Text>
    <Text>/DCNH</Text>
   </FlightDetails>
   <MarketingAirline Code="NH" FlightNumber="0216" />
   <OriginLocation LocationCode="CDG" />
  </FlightSegment>
 </OriginDestinationOption>
</ShortSellRS>

リクエストサンプル(間接予約)

  • 間接予約リクエスト時は、事前に空席照会(OTA_AirAvail)をおこなう必要があります。
 選択<ShortSellRQ 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.2.0">
  <OriginDestinationInformation>
    <FlightSegment NumberInParty="1" ResBookDesigCode="Y" RPH="1">
    </FlightSegment>
  </OriginDestinationInformation>
</ShortSellRQ>

レスポンスサンプル(間接予約)

 選択<ShortSellRS 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.2.0">
 <stl:ApplicationResults status="Complete">
  <stl:Success timeStamp="2021-10-14T03:39:50-05:00">
   <stl:SystemSpecificResults>
    <stl:HostCommand LNIATA="0A6624">01Y1</stl:HostCommand>
   </stl:SystemSpecificResults>
  </stl:Success>
 </stl:ApplicationResults>
 <OriginDestinationOption>
  <FlightSegment ArrivalDateTime="16:25" DepartureDateTime="12-01T11:40" FlightNumber="215" NumberInParty="1" RPH="1" ResBookDesigCode="Y" Status="SS">
   <DestinationLocation LocationCode="CDG" />
   <FlightDetails>
    <Text>/DCNH</Text>
    <Text>NAME CHG NOT ALLOWED FOR NH-Y FARECLASS</Text>
   </FlightDetails>
   <MarketingAirline Code="NH" FlightNumber="215" />
   <OriginLocation LocationCode="HND" />
  </FlightSegment>
 </OriginDestinationOption>
</ShortSellRS>

 

XMLタグ定義書

XMLスキーマ

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

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