ワークフロー Air Extras の検索と予約:
- GetAncillaryOffersRQ を使用して Air Extras を購入します。
- 1 つ以上の Air Extras を予約し、トランザクションを終了して、UpdateReservationRQ を使用して予約を確認します。
しかし、サービス UpdateReservationRQ には、各乗客の付属品を含めるためのスキーマが見つかりません。
<ns3:UpdateReservationRQ Version="1.19.0" EchoToken="" xmlns:ns3="http://webservices.sabre.com/pnrbuilder/v1_19">
<ns3:RequestType>Stateless</ns3:RequestType>
<ns3:ReturnOptions IncludeUpdateDetails="1" RetrievePNR="1" PriceQuoteServiceVersion="3.2.0"/>
<ns3:ReservationUpdateList>
<ns3:Locator>PNR</ns3:Locator>
<ns3:ReservationUpdateItem>
<ns3:SpecialServiceRequestUpdate op="C" type="H">
<ns3:SegmentAssociationList>
<ns3:SegmentAssociationTag>
<ns3:CarrierCode>AV</ns3:CarrierCode>
<ns3:FlightNumber>0461</ns3:FlightNumber>
<ns3:DepartureDate>2018-09-19</ns3:DepartureDate>
<ns3:BoardPoint>MEL</ns3:BoardPoint>
<ns3:OffPoint>AUH</ns3:OffPoint>
<ns3:ClassOfService>B</ns3:ClassOfService>
<ns3:BookingStatus>HK</ns3:BookingStatus>
</ns3:SegmentAssociationTag>
</ns3:SegmentAssociationList>
<ns3:SpecialService>
<ns3:Code>ABAG</ns3:Code>
<ns3:Text>TEST ABAG</ns3:Text>
</ns3:SpecialService>
</ns3:SpecialServiceRequestUpdate>
</ns3:ReservationUpdateItem>
<ns3:ReceivedFrom>
<ns3:AgentName>HELLO</ns3:AgentName>
</ns3:ReceivedFrom>
</ns3:ReservationUpdateList>
</ns3:UpdateReservationRQ>