xml QUOTES(Quotes)

The Quotes message provides the ability for a Supplier to Inform a retailer of changes in price.

General usage - A supplier may use this message to quickly change the prices display at an online marketplace that sells their products.  - It can also be used to inform their retailers what prices are in effect for a specific time period

In the below table you find a comprehensive list of required and optional fields for Quotes data.

Name Required Description Examples Xpath Type Sort Limit Sort
(Header) : Quotes Name

No

Name of the Quotes

 <qoutes text="QuotesDraft" type="Full"> 
\b24Message\quotes\@text

Text

1000 None 1000
(Header) : Quotes Type

Yes

used to indicate if it's a full price offer, meaning that it is supposed to contain all of the articles in selection, in which case the type should be "full". Or if it is only updating the prices for a select number of articles in selection, in which case the type should be "incremental".

 <qoutes text="QuotesDraft" type="Full"> 
\b24Message\quotes\@type

Text

1100 None 1100
(Header) : Sender Gln

Yes

The sender party's gln

 <sender gln="7340117815580"> </sender> 
\b24Message\quotes\sender\@gln

Number

1200 Must be a valid gln 1200
(Header) : Recipient Gln

Yes

The recipient's gln

 <recipient gln="7340117836950">
</recipient> 
\b24Message\quotes\recipient\@gln

Number

1300 Must be a valid gln 1300
(Header) : Price Quotes Id

Yes

The Id for the Qoutes message, the id should be unique amongst all Qoutes messages sent between the Sender and Recipient parties

 <documentReference documentType="Quotes" id="123" date="2023-11-06" /> 
\b24Message\quotes\site\documentReference[@documentType="Quotes"]\@id

Number

1400 None 1400
(Header) : Price Quotes date

Yes

The date the Qoutes message was created

 <documentReference documentType="Quotes" id="123" date="2023-11-06" /> 
\b24Message\quotes\site\documentReference[@documentType="Quotes"]\@date

Date/Time

1500 None 1500
(Header) : Supplier Gln

Yes

The supplier's gln

 <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> 
\b24Message\quotes\supplier\@gln

Number

1600 Must be a valid gln 1600
(Header) : Supplier Name

No

The supplier Party's Name

 <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> 
\b24Message\quotes\site\location\@name

Text

1700 None 1700
(Header) : Supplier Contact

No

The supplier Party's contact person

 <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> 
\b24Message\quotes\site\location\@contact

Text

1800 None 1800
(Header) : Supplier Organisation Number

No

The supplier's Organisation Number

 <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> 
\b24Message\quotes\site\location\@orgNo

Text

1900 None 1900
(Header) : Supplier VAT registration Number

No

The supplier's Vat Registration Number

 <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> 
\b24Message\quotes\site\location\@vatNo

Text

2000 None 2000
(Header) : Supplier Address

No

The supplier's Address

 <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> 
\b24Message\quotes\site\location\location\address

Text

2100 None 2100
(Header) : Supplier Address Second Row

No

A secondary field for the supplier's address

 <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> 
\b24Message\quotes\site\location\location\coAddress

Text

2200 None 2200
(Header) : Supplier City

No

The supplier's City

 <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> 
\b24Message\quotes\site\location\location\city

Text

2300 None 2300
(Header) : Supplier Zipcode

No

The supplier's Zipcode

 <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> 
\b24Message\quotes\site\location\location\city\@code

Text

2400 None 2400
(Header) : Supplier State

No

The supplier's State

 <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> 
\b24Message\quotes\site\location\location\state

Text

2500 None 2500
(Header) : Supplier State Code

No

The supplier's State Code

 <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> 
\b24Message\quotes\site\location\location\state\@code

Text

2600 None 2600
(Header) : Supplier Country

No

The supplier's country

 <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> 
\b24Message\quotes\site\location\location\country

Text

2700 None 2700
(Header) : Supplier Country Code

No

The ISO-3 code for the supplier's country

 <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> 
\b24Message\quotes\site\location\location\country\@code

Text

2800 None 2800
(Header) : Supplier Telephone Number

No

The supplier's telephone number

 <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> 
\b24Message\quotes\site\location\location\telephoneNumber

Number

2900 None 2900
(Header) : Supplier Email Address

No

The supplier's Email Address

 <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> 
\b24Message\quotes\site\location\location\emailAddress

Text

3000 None 3000
(Header) : Supplier External Id

No

An external id set by a third party, to identify the supplier

 <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> 
\b24Message\quotes\site\location\property[@name="id"]

Text

3100 None 3100
(Header) : Supplier Internal Id

No

An internal Id for the supplier, can be mapped in the portal for both senders and recipients

 <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> 
\b24Message\quotes\site\location\property[@name="internalId"]

Text

3200 None 3200
(Header) : Supplier Name 2

No

A second field for the supplier's name

 <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> 
\b24Message\quotes\site\location\property[@name="name2"]

Text

3300 None 3300
(Header) : Supplier Name 3

No

A Third field for the supplier's name

 <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> 
\b24Message\quotes\site\location\property[@name="name3"]

Text

3400 None 3400
(Header) : Buyer Gln

Yes

The buyer's gln

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\@gln

Number

3500 Must be a valid gln 3500
(Header) : Buyer Name

No

The buyer Party's Name

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\@name

Text

3600 None 3600
(Header) : Buyer Contact

No

The buyer Party's contact person

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\@contact

Text

3700 None 3700
(Header) : Buyer Organisation Number

No

The buyer's Organisation Number

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\@orgNo

Text

3800 None 3800
(Header) : Buyer VAT registration Number

No

The buyer's Vat Registration Number

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\@vatNo

Text

3900 None 3900
(Header) : Buyer Address

No

The buyer's Address

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\address

Text

4000 None 4000
(Header) : Buyer Address Second Row

No

A secondary field for the buyer's address

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\coAddress

Text

4100 None 4100
(Header) : Buyer City

No

The buyer's City

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\city

Text

4200 None 4200
(Header) : Buyer Zipcode

No

The buyer's Zipcode

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\city\@code

Text

4300 None 4300
(Header) : Buyer State

No

The buyer's State

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\state

Text

4400 None 4400
(Header) : Buyer State Code

No

The buyer's State Code

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\state\@code

Text

4500 None 4500
(Header) : Buyer Country

No

The buyer's country

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\country

Text

4600 None 4600
(Header) : Buyer Country Code

No

The ISO-3 code for the buyer's country

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\country\@code

Text

4700 None 4700
(Header) : Buyer Telephone Number

No

The buyer's telephone number

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\telephoneNumber

Number

4800 None 4800
(Header) : Buyer Email Address

No

The buyer's Email Address

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\location\emailAddress

Text

4900 None 4900
(Header) : Buyer External Id

No

An external id set by a third party, to identify the buyer

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\property[@name="id"]

Text

5000 None 5000
(Header) : Buyer Internal Id

No

An internal Id for the buyer, can be mapped in the portal for both senders and recipients

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\property[@name="internalId"]

Text

5100 None 5100
(Header) : Buyer name 2

No

A second field for the buyer's name

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\property[@name="name2"]

Text

5200 None 5200
(Header) : Buyer Name 3

No

A Third field for the buyer's name

   <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer> 
\b24Message\quotes\buyer\property[@name="name3"]

Text

5300 None 5300
(Header) : Site gln

No

The Site party's gln

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\@gln

Number

5400 Must be a valid gln 5400
(Header) : Site Name

No

The Site Party's Name

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\@name

Text

5500 None 5500
(Header) : Site contact

No

The Site Party's contact person

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\@contact

Text

5600 None 5600
(Header) : Site organisation Number

No

The Site's Organisation Number

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\@orgNo

Text

5700 None 5700
(Header) : Site VAT registration number

No

The Site's Vat Registration Number

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\@vatNo

Text

5800 None 5800
(Header) : Site Address

No

The Site's Address

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\address

Text

5900 None 5900
(Header) : Site Address Second Row

No

A secondary field for the site's address

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\coAddress

Text

6000 None 6000
(Header) : Site City

No

The Site's City

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\city

Text

6100 None 6100
(Header) : Site Zipcode

No

The Site's Zipcode

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\city\@code

Text

6200 None 6200
(Header) : Site State

No

The Site's State

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\state

Text

6300 None 6300
(Header) : Site State Code

No

The Site's State Code

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\state\@code

Text

6400 None 6400
(Header) : Site country

No

The Site's country

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\country

Text

6500 None 6500
(Header) : Site country code

No

The ISO-3 code for the site's country

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\country\@code

Text

6600 None 6600
(Header) : Site Telephone Number

No

The site's telephone number

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\telephoneNumber

Text

6700 None 6700
(Header) : Site Email Address

No

The site's Email Address

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\location\emailAddress

Text

6800 None 6800
(Header) : Site External Id

No

An external id set by a third party, to identify the Site

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\property[@name="id"]

Text

6900 None 6900
(Header) : Site Internal Id

No

An internal Id for the Site, can be mapped in the portal for both senders and recipients

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\property[@name="internalId"]

Text

7000 None 7000
(Header) : Site Name2

No

A second field for the site's name

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\property[@name="name2"]

Text

7100 None 7100
(Header) : Site Name3

No

A Third field for the site's name

  <site>
            <location 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>
            </location> 
\b24Message\quotes\site\location\property[@name="name3"]

Text

7200 None 7200
(Item/Line) : Id

No

The supplier's Unique Id for the article

 <item id="10000_001_OS" state="Update"> 
\b24Message\quotes\site\item\@id

Text

7300 None 7300
(Item/Line) : Action

Yes

Specifies if the prices for the article are being updated(when action="Update") or if it is being removed from selection(when action="Delete")

 <item id="10000_001_OS" state="Update"> 
\b24Message\quotes\site\item\@state

Text

7400 Has to be either "Update" or "Delete" 7400
Item/Line) : On Hand Quantity

No

The quantity physically at storage

 <quantity type="OnHand" value="7">
                    <quantityState type="Available" value="3" />
                    <quantityState type="Allocated" value="4" />
                </quantity> 
\b24Message\quotes\site\item\quantity[@type="OnHand"]\@value

Number

7500 None 7500
Item/Line) : Available Quantity

No

The quantity available for purchase

 <quantity type="OnHand" value="7">
                    <quantityState type="Available" value="3" />
                    <quantityState type="Allocated" value="4" />
                </quantity> 
\b24Message\quotes\site\item\quantity[@type="OnHand"]\quantity[@type="Available"]\@value

Number

7600 None 7600
Item/Line) : Allocated Quantity

No

Quantity still at storage that has already been sold

 <quantity type="OnHand" value="7">
                    <quantityState type="Available" value="3" />
                    <quantityState type="Allocated" value="4" />
                </quantity> 
\b24Message\quotes\site\item\quantity[@type="OnHand"\quantity[@type="Allocated"]\@value

Number

7700 None 7700
Item/Line) : OnOrder Quantity

No

Quantity awaiting delivery to the Buyer

 <quantity type="OnOrder" value="12" /> 
\b24Message\quotes\site\item\quantity[@type="OnHand"]\@value

Number

7800 None 7800
(Item/Line) : Line Number

No

The item's lineNumber within the Qoutes message.

 <documentReference documentType="Quotes" id="123" date="2020-05-28"  lineNo="1" /> 
\b24Message\quotes\site\item\documentReference[@documentType="Quotes"]\@lineNo

Text

7900 None 7900
(Item/Line) : Price Offer Id

Yes

The Qoutes message's Id

 <documentReference documentType="Quotes" id="123" date="2020-05-28"  lineNo="1" /> 
\b24Message\quotes\site\item\documentReference[@documentType="Quotes"]\@id

Text

8000 None 8000
(Item/Line) : Price Offer Date

Yes

The date the Qoutes message was created

 <documentReference documentType="Quotes" id="123" date="2020-05-28"  lineNo="1" /> 
\b24Message\quotes\site\item\documentReference[@documentType="Quotes"]\@date

Date/Time

8100 None 8100
(Item/Line) : Barcode

Yes

The barcode for the article

 <itemReference registry="Supplier" coding="EAN13">1234567891123</itemReference> 
\b24Message\quotes\site\item\itemReference[@registry="Supplier"]

Number

8200 None 8200
(Item/Line) : Barcode Type

Yes

The barcode's barcodetype

 <itemReference registry="Supplier" coding="EAN13">1234567891123</itemReference> 
\b24Message\quotes\site\item\itemReference[@registry="Supplier"]\@coding

Text

8300 None 8300
(Item/Line) : Buyer Item Id

No

The buyer's own id for the Article

 <itemReference registry="Buyer" name="itemId">ABC123</itemReference> 
\b24Message\quotes\site\item\itemReference[@registry="Buyer"]

Text

8400 None 8400
(Item/Line) : SubModelNo

No

The id for the Sub-model that the article belongs to

 <property name="subModelNo">10000_001</property> 
\b24Message\quotes\site\item\property[name="subModelNo"]

Text

8500 None 8500
(Item/Line) : ModelNo

No

The id for the mode that the article belongs to

 <property name="modelNo">10000</property> 
\b24Message\quotes\site\item\property[name="modelNo"]

Text

8600 None 8600
(Item/Line) : Size

No

The article's size

 <dimension name="size" set="Men's Shoes">45</dimension> 
\b24Message\quotes\site\item\dimension[name="size"]

Text

8700 None 8700
(Item/Line) : Size set

No

The size set the size belongs to

 <dimension name="size" set="Men's Shoes">45</dimension> 
\b24Message\quotes\site\item\dimension[name="size"]\@set

Text

8800 None 8800
(Item/Line) : Net Price OrderFrom

Yes

The start date for the period the associated prices are in effect for

 <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-3" validShipDateTo="2024-01-02"> 
\b24Message\quotes\site\item\priceBracket[@type=""]\@validOrderDateFrom

Date/Time

8900 None 8900
(Item/Line) : Net Price OrderTo

Yes

The end date for the period the associated price are in effect for

 <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-3" validShipDateTo="2024-01-02"> 
\b24Message\quotes\site\item\priceBracket[@type=""]\@validOrderDateTo

Date/Time

9000 None 9000
(Item/Line) : Price Bracket Ship From

Yes

The start date for period in which shipping will happen when purchased with the associated prices

 <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-3" validShipDateTo="2024-01-02"> 
\b24Message\quotes\site\item\priceBracket[@type=""]\@validShipDateFrom

Date/Time

9100 None 9100
(Item/Line) : Price Bracket Ship To

Yes

The end date for period in which shipping will happen when purchased with the associated prices

 <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-3" validShipDateTo="2024-01-02"> 
\b24Message\quotes\site\item\priceBracket[@type=""]\@validShipDateTo

Date/Time

9200 None 9200
(Item/Line) : Net Price

No

The net price for the article, only available for whole sale relations

 <price type="netPrice" value="80" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type=""]\price[@type="netPrice"]\@value

Number

9300 None 9300
(Item/Line) : Net Price discountpercentage

No

The net price's discount percentage.

 <price type="discountPercentage" value="20" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type=""]\price[@type="discountPercentage"]\@value

Number

9400 None 9400
(Item/Line) : Net price DiscountAmount

No

The net price's discount Amount.

 <price type="discountAmount" value="20" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type=""]\price[@type="discountAmount"]\@value

Number

9500 None 9500
(Item/Line) : Retail Price Available from

Yes

The start date for the period the retail price is in effect for.

 <priceBracket type="RETAIL" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-3" validShipDateTo="2024-01-02"> 
\b24Message\quotes\site\item\priceBracket[@type="RETAIL"]\@validOrderDateFrom

Date/Time

9600 None 9600
(Item/Line) : Original Retail Price

No

The article's original retail price, before discounts, in reference to the current retail price

 <price type="originalRetailPrice" value="500" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type="RETAIL"]\@validOrderDateTo

Number

9700 None 9700
(Item/Line) : Retail Price

No

The products current retail Price, to be displayed for end consumers

 <price type="retailPrice" value="375" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type="RETAIL"]\price[@type="retailPrice"]\@value

Number

9800 None 9800
(Item/Line) : Retail discount%

No

The retail price's discount percentage

 <price type="discountPercentage" value="25" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type="RETAIL"]\price[@type="discountPercentage"]\@value

Number

9900 None 9900
(Item/Line) : Retail discountAmount

No

The retail price's discount amount.

 <price type="discountAmount" value="125" currency="EUR" country="DE" /> 
\b24Message\quotes\site\item\priceBracket[@type="RETAIL"]\price[@type="discountAmount"]\@value

Number

10000 None 10000
(Item/Line) : DiscountCode Available from

No

The start date for the period the discount code is in effect for.

 <priceBracket type="discountCode" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24"> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\@validOrderDateFrom

Date/Time

10100 None 10100
(Item/Line) : DiscountCode Available Until now

No

The end date for the period the discount code is in effect for.

 <priceBracket type="discountCode" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24"> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\@validOrderDateTo

Date/Time

10200 None 10200
(Item/Line) : (Item/Line) : Discounted Quantity

No

Used to specify the quantity of the articles that can be ordered at the discounted Price, if there is no such limit, leave this attribute empty.

 <priceBracket type="discountCode" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24"> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\@quantity

Number

10300 None 10300
(Item/Line) : Discount code

No

The discount code to be used to get the discountedPrice

 <priceBracket type="discountCode" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24"> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\@code

Text

10400 None 10400
(Item/Line) : Discounted Retail price

No

The discounted price available to end consumers using the associated discount code

 <price type="retailPrice" value="0" currency="USD"/> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\price[@type="retailPrice"]\@value

Number

10500 None 10500
(Item/Line) : Retail Discount Amount

No

The amount that the retail price has been discounted by

 <price type="discountAmount" value="75" currency="USD"/> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\price[@type="discountAmount"]\@value

Number

10600 None 10600
(Item/Line) : Retail DiscountPercentage

No

The percentage that the retail price has been discounted by

 <price type="discountPercentage" value="50" currency="USD"/> 
\b24Message\quotes\site\item\priceBracket[@type="DISCOUNTCODE"]\price[@type="discountPercentage"]\@value

Number

10700 None 10700