Properties can offer the following meal plans: breakfast, lunch and dinner. This is shown under the <room> part of the XML message.
Within that, you can see the type of breakfast the guest booked, which appears under <type>.
Here you’ll find an example of a booking where the breakfast costs 4 (euros, for example) per person, per night. And the type is 1 (configured by the property to correspond to the kind of breakfast that they offer).
<room>
<addons>
<addon>
<name>Breakfast</name>
<nights>2</nights>
<persons>4</persons>
<price_mode>4</price_mode>
<price_per_unit>14</price_per_unit>
<totalprice>112</totalprice>
<type>1</type>
</addon>
</addons>
...
</room>
If you need more details about meal plans, check out the our sections on meal plans for OTA and B_XML.
Comments
0 comments
Article is closed for comments.