<Result>
要素は、
次に対するトランザクション メッセージ
客室料金の設定や更新、利用可能な広告枠の定義ができます。これらの要素
を使用して客室と条件の組み合わせの説明に使用する事前定義データを参照するには、
別のトランザクション メッセージで定義できます。更新中:
利用できる広告枠は
配信モードと
選択できます。
次の例は、在庫を定義する <Result>
要素を示しています。
2 部屋の料金:
<?xml version="1.0" encoding="UTF-8"?>
<Transaction timestamp="2023-04-24T16:20:00-04:00" id="42">
<Result>
<Property>060773</Property>
<RoomID>RoomType101</RoomID>
<Checkin>2023-04-10</Checkin>
<Nights>2</Nights>
<Baserate currency="USD">278.33</Baserate>
<Tax currency="USD">25.12</Tax>
<OtherFees currency="USD">2.00</OtherFees>
<AllowablePointsOfSale>
<PointOfSale id="site1"/>
</AllowablePointsOfSale>
</Result>
<Result>
<Property>052213</Property>
<RoomID>RoomType101</RoomID>
<Checkin>2023-04-17</Checkin>
<Nights>2</Nights>
<Baserate currency="USD">299.98</Baserate>
<Tax currency="USD">26.42</Tax>
<OtherFees currency="USD">2.00</OtherFees>
<AllowablePointsOfSale>
<PointOfSale id="otto"/>
<PointOfSale id="simon"/>
</AllowablePointsOfSale>
</Result>
</Transaction>
上記の例には、 説明、画像の URL と説明、会議室の名前、収容人数など)が含まれます。このような情報は、最初のトランザクション メッセージで Google に送信できます。その後、その後のすべての料金設定と広告枠の更新で RoomID で参照できます。詳しくは、客室とパッケージを定義する metadata です。
旅行プランの料金の定義に加えて、<Result>
要素を使用して、次の処理を行います。