<?xml version="1.0" encoding="utf-8"?>
<b24Message xmlns="http://btwentyfour.com/schemas/commerce/2.1">
    <presentationCatalog text="Btwentyfour Example presentationCatalog" environment="Production">
        <sender gln="1111111111111" />
        <recipient gln="2222222222222" />
        <documentReference documentType="SupplierImage" id="23213213" />
        <supplier gln="7340117815580" name="Btwentyfour Demo Supplier"
            contact="Supplier's contact reference" orgNo="99999999-9999" vatNo="SE999999999999">
            <location>
                <address>Supplier StreetAddress</address>
                <coAddress>Supplier Street Address second row</coAddress>
                <city code="Supplier ZipCode">Supplier CityName</city>
                <state code="Supplier StateCode">Supplier StateName</state>
                <country code="SUCountryCode">Supplier CountryName</country>
                <telephoneNumber>+45000000002</telephoneNumber>
                <emailAddress>supplier@email.com</emailAddress>
            </location>
            <property name="id">5122186</property>
            <property name="internalId">8899</property>
            <property name="name2">The second supplier name</property>
            <property name="name3">The third supplier name</property>
        </supplier>
        <itemPresentation>
            <property name="modelNo">100000</property>
            <dimension name="color" code="100"></dimension>
            <image imageBankId="100000-100-1.jpeg" index="1" text="image text" action="Add"
                isPrimary="true">
                <property name="authorizedForPublicUse">Y</property>
                <property name="copyrightOwner">1111111111111</property>
            </image>
            <image imageBankId="100000-100-2.jpeg" index="2" text="image text" action="Add"
                isPrimary="false">
                <property name="authorizedForPublicUse">Y</property>
                <property name="copyrightOwner">1111111111111</property>
            </image>
        </itemPresentation>
        <itemPresentation>
            <property name="modelNo">100000</property>
            <dimension name="color" code="150"></dimension>
            <image imageBankId="100000-150-1.jpeg" index="1" text="image text" action="Add"
                isPrimary="true">
                <property name="authorizedForPublicUse">Y</property>
                <property name="copyrightOwner">1111111111111</property>
            </image>
            <image imageBankId="100000-150-2.jpeg" url="" index="2" text="image text" action="Add"
                isPrimary="false">
                <property name="authorizedForPublicUse">Y</property>
                <property name="copyrightOwner">1111111111111</property>
            </image>
        </itemPresentation>
    </presentationCatalog>
</b24Message>