<?xml version="1.0" encoding="UTF-8"?>
<glovato_feed version="1.0" generated_at="2026-08-19T07:00:00+02:00">
    <provider>
        <name>Ukázkový realitní CRM systém</name>
        <provider_id>demo-crm</provider_id>
        <feed_type>full</feed_type>
    </provider>

    <offers>
        <offer>
            <external_id>RK427-123456</external_id>
            <status>active</status>
            <business_status>available</business_status>
            <updated_at>2026-08-19T06:45:00+02:00</updated_at>

            <transaction_type>sale</transaction_type>
            <property_type>flat</property_type>
            <disposition>3+kk</disposition>

            <title>Prodej bytu 3+kk, 72 m², Praha 4</title>
            <description><![CDATA[
                Světlý byt 3+kk o užitné ploše 72 m² v klidné části Prahy 4.
                Nabídka slouží jako ukázkový záznam technického XML feedu GlovatoReal.
            ]]></description>

            <price>8490000</price>
            <currency>CZK</currency>
            <price_on_request>0</price_on_request>
            <price_note>včetně provize a právního servisu</price_note>

            <location>
                <region>Praha</region>
                <city>Praha</city>
                <district>Praha 4</district>
                <street>Ukázková</street>
                <house_number>25</house_number>
                <postal_code>14000</postal_code>
                <latitude>50.047500</latitude>
                <longitude>14.438900</longitude>
            </location>

            <areas>
                <usable_area_m2>72.00</usable_area_m2>
                <floor_area_m2>70.00</floor_area_m2>
                <land_area_m2>0.00</land_area_m2>
            </areas>

            <energy_class>C</energy_class>

            <agency>
                <external_id>RK-00427</external_id>
                <name>Ukázková reality s.r.o.</name>
                <ico>12345678</ico>
                <website>https://www.example-reality.cz</website>
                <email>info@example-reality.cz</email>
                <phone>+420777123456</phone>
                <logo_url>https://www.example-reality.cz/media/logo.png</logo_url>
            </agency>

            <agent>
                <external_id>AG-105</external_id>
                <name>Jan Novák</name>
                <email>jan.novak@example-reality.cz</email>
                <phone>+420777654321</phone>
                <photo_url>https://www.example-reality.cz/media/agents/jan-novak.jpg</photo_url>
            </agent>

            <images>
                <image>
                    <url>https://www.example-reality.cz/media/offers/123456/01.jpg</url>
                    <order>1</order>
                </image>
                <image>
                    <url>https://www.example-reality.cz/media/offers/123456/02.jpg</url>
                    <order>2</order>
                </image>
                <image>
                    <url>https://www.example-reality.cz/media/offers/123456/03.jpg</url>
                    <order>3</order>
                </image>
            </images>

            <video_url>https://www.youtube.com/watch?v=example123</video_url>
            <source_url>https://www.example-reality.cz/nemovitost/123456</source_url>
        </offer>

        <offer>
            <external_id>RK427-123457</external_id>
            <status>active</status>
            <business_status>reserved</business_status>
            <updated_at>2026-08-19T06:50:00+02:00</updated_at>

            <transaction_type>rent</transaction_type>
            <property_type>flat</property_type>
            <disposition>2+kk</disposition>

            <title>Pronájem bytu 2+kk, 51 m², Brno</title>
            <description><![CDATA[
                Ukázkový pronájem bytu 2+kk pro demonstraci více nabídek v jednom XML feedu.
            ]]></description>

            <price>18900</price>
            <currency>CZK</currency>
            <price_on_request>0</price_on_request>
            <price_note>měsíční nájemné bez záloh na služby</price_note>

            <location>
                <region>Jihomoravský</region>
                <city>Brno</city>
                <district>Brno-střed</district>
                <postal_code>60200</postal_code>
                <latitude>49.195100</latitude>
                <longitude>16.606800</longitude>
            </location>

            <areas>
                <usable_area_m2>51.00</usable_area_m2>
                <floor_area_m2>51.00</floor_area_m2>
            </areas>

            <agency>
                <external_id>RK-00427</external_id>
                <name>Ukázková reality s.r.o.</name>
                <ico>12345678</ico>
                <website>https://www.example-reality.cz</website>
                <email>info@example-reality.cz</email>
                <phone>+420777123456</phone>
            </agency>

            <agent>
                <external_id>AG-112</external_id>
                <name>Eva Novotná</name>
                <email>eva.novotna@example-reality.cz</email>
                <phone>+420777111222</phone>
            </agent>

            <images>
                <image>
                    <url>https://www.example-reality.cz/media/offers/123457/01.jpg</url>
                    <order>1</order>
                </image>
                <image>
                    <url>https://www.example-reality.cz/media/offers/123457/02.jpg</url>
                    <order>2</order>
                </image>
            </images>

            <source_url>https://www.example-reality.cz/nemovitost/123457</source_url>
        </offer>
    </offers>
</glovato_feed>
