Eshop 9 XSLT data sources: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Ukázka)
 
(Není zobrazeno 16 mezilehlých verzí od 2 dalších uživatelů.)
Řádka 3: Řádka 3:
 
XML zdroj dat pro:
 
XML zdroj dat pro:
 
* Stráka s potvrzením objednávky.
 
* Stráka s potvrzením objednávky.
* Email s potvrzením objednávky.
+
* Email s potvrzením objednávky neobsahuje IsWaitingToBePaidByGateway.
 +
* Email s potvrzenim objednavky neobsahuje IsEmailSendedToCustomer.
  
====Example====
+
====Ukázka====
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
<OrderComplete xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
<OrderComplete xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
  <BillingCompanyName>Koncový prodej 9995</BillingCompanyName>
+
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BillingFirstName />
+
    <OrderNumber>WOBJ123456</OrderNumber>
  <BillingLastName />
+
    <Salutation>Pane</Salutation>
  <BillingStreet />
+
    <BillingCompanyName>Awesome company s.r.o.</BillingCompanyName>
  <BillingCity />
+
    <BillingFirstName>John</BillingFirstName>
  <BillingZipCode />
+
    <BillingLastName>Doe</BillingLastName>
  <BillingState>Česká republika</BillingState>
+
    <BillingStreet>Broadway street 12</BillingStreet>
  <IsDeliveryAddressDifferent>false</IsDeliveryAddressDifferent>
+
    <BillingCity>Ostrava</BillingCity>
  <DeliveryCompanyName />
+
    <BillingZipCode>72000</BillingZipCode>
  <DeliveryName />
+
    <BillingState>Česká republika</BillingState>
  <DeliveryStreet />
+
    <BillingCompanyID>123456789</BillingCompanyID>
  <DeliveryCity />
+
    <BillingCompanyVATNumber>CZ223456789</BillingCompanyVATNumber>
  <DeliveryZipCode />
+
    <BillingCompanyForeignVATNumber>SK223456789</BillingCompanyForeignVATNumber>
  <DeliveryState>Nevybráno</DeliveryState>
+
    <IsCompany>true</IsCompany>
  <TransportMethod>Osobní odběr</TransportMethod>
+
    <IsDeliveryAddressDifferent>true</IsDeliveryAddressDifferent>
  <IsZasilkovna>false</IsZasilkovna>
+
    <DeliveryCompanyName>Another company s.r.o.</DeliveryCompanyName>
  <TransportZasilkovna> Nevybráno</TransportZasilkovna>
+
    <DeliveryName>James Hide</DeliveryName>
  <Notes>Test</Notes>
+
    <DeliveryStreet>Kings street 165</DeliveryStreet>
  <OrderProductsNotOnStock>false</OrderProductsNotOnStock>
+
    <DeliveryCity>Ostrava</DeliveryCity>
  <FinalDocumentTypeName>Ne</FinalDocumentTypeName>
+
    <DeliveryZipCode>72500</DeliveryZipCode>
  <IWantToRegister>false</IWantToRegister>
+
    <DeliveryState>Česká republika</DeliveryState>
  <CustomOrderNumber />
+
    <PhoneNumber>+420 111 222 333</PhoneNumber>
  <IsHeurekaOverenoConfirmed>true</IsHeurekaOverenoConfirmed>
+
    <Email>somebody@somedomain.cz</Email>
  <Items>
+
    <TransportMethod>Osobní odběr</TransportMethod>
    <OrderCompletProductItem>
+
    <IsZasilkovna>false</IsZasilkovna>
      <GroupCode>ML030</GroupCode>
+
    <TransportZasilkovna>Nevybráno</TransportZasilkovna>
      <Manufacturer>CLEAN FILTER2</Manufacturer>
+
    <PaymentTypeName>Hotově</PaymentTypeName>
      <Name>CLEAN FILTER</Name>
+
    <Notes>This is note for testing order.</Notes>
      <Amount>1</Amount>
+
    <OrderProductsNotOnStock>false</OrderProductsNotOnStock>
      <AmountToDeliver>1</AmountToDeliver>
+
    <FinalDocumentTypeName>Ne</FinalDocumentTypeName>
      <AmountToOrder>0</AmountToOrder>
+
    <IWantToRegister>false</IWantToRegister>
      <DiscountInPercent>20</DiscountInPercent>
+
    <CustomOrderNumber />
      <PurchasePricePerPiece>125.76</PurchasePricePerPiece>
+
    <IsHeurekaOverenoConfirmed>true</IsHeurekaOverenoConfirmed>
      <PurchasePricePerPieceWithVAT>152.17</PurchasePricePerPieceWithVAT>
+
    <CurrencyCode>CZK</CurrencyCode>
      <RetailPricePerPiece>157.2</RetailPricePerPiece>
+
    <TotalPurchasePrice>12345.60</TotalPurchasePrice>
      <RetailPricePerPieceWithVAT>157.2</RetailPricePerPieceWithVAT>
+
    <TotalPurchasePriceWithVAT>22345.70</TotalPurchasePriceWithVAT>
      <ReturnInformations>TOTO ZBOŽÍ NELZE VRÁTIT</ReturnInformations>
+
    <CurrentDayOfWeek>4</CurrentDayOfWeek>
      <Surcharges>
+
    <CurrentDay>25</CurrentDay>
        <OrderCompletProductSurchargeItem>
+
    <CurrentMonth>4</CurrentMonth>
          <GroupCode>ML030</GroupCode>
+
    <CurrentYear>2019</CurrentYear>
          <Name />
+
    <CurrentHour>13</CurrentHour>
          <PurchasePricePerPiece>0</PurchasePricePerPiece>
+
    <CurrentMinute>42</CurrentMinute>
          <PurchasePricePerPieceWithVAT>0</PurchasePricePerPieceWithVAT>
+
    <IsWaitingToBePaidByGateway>true</IsWaitingToBePaidByGateway>
        </OrderCompletProductSurchargeItem>
+
    <IsEmailSendedToCustomer>true</IsEmailSendedToCustomer>
      </Surcharges>
+
    <PaymentGatewayReopenLink />
    </OrderCompletProductItem>
+
    <Items>
    <OrderCompletProductItem>
+
        <OrderCompleteProductItem>
      <GroupCode>L291</GroupCode>
+
            <GroupCode>ML030</GroupCode>
      <Manufacturer>PURFLUX</Manufacturer>
+
            <Manufacturer>CLEAN FILTER2</Manufacturer>
      <Name>Filtr olejový</Name>
+
            <Name>CLEAN FILTER</Name>
      <Amount>4</Amount>
+
            <Amount>1</Amount>
      <AmountToDeliver>0</AmountToDeliver>
+
            <AmountToDeliver>1</AmountToDeliver>
      <AmountToOrder>4</AmountToOrder>
+
            <AmountToOrder>0</AmountToOrder>
      <DiscountInPercent>20</DiscountInPercent>
+
            <DiscountInPercent>20</DiscountInPercent>
      <PurchasePricePerPiece>173.97</PurchasePricePerPiece>
+
            <PurchasePricePerPiece>125.76</PurchasePricePerPiece>
      <PurchasePricePerPieceWithVAT>210.5</PurchasePricePerPieceWithVAT>
+
            <PurchasePricePerPieceWithVAT>152.17</PurchasePricePerPieceWithVAT>
      <RetailPricePerPiece>217.46</RetailPricePerPiece>
+
            <TotalPurchase>125.76</TotalPurchase>
      <RetailPricePerPieceWithVAT>217.46</RetailPricePerPieceWithVAT>
+
            <TotalPurchaseWithVAT>152.17</TotalPurchaseWithVAT>
      <ReturnInformations />
+
            <RetailPricePerPiece>157.2</RetailPricePerPiece>
      <Surcharges />
+
            <RetailPricePerPieceWithVAT>157.2</RetailPricePerPieceWithVAT>
    </OrderCompletProductItem>
+
            <TotalRetail>157.2</TotalRetail>
    <OrderCompletProductItem>
+
            <TotalRetailWithVAT>157.2</TotalRetailWithVAT>
      <GroupCode>14003</GroupCode>
+
            <ReturnInformations>TOTO ZBOŽÍ NELZE VRÁTIT</ReturnInformations>
      <Manufacturer>MEAT&amp;DORIA</Manufacturer>
+
            <AddedDay>30</AddedDay>
      <Name>Olejový filtr</Name>
+
            <AddedMonth>5</AddedMonth>
      <Amount>1</Amount>
+
            <AddedYear>2019</AddedYear>
      <AmountToDeliver>0</AmountToDeliver>
+
            <AddedHour>10</AddedHour>
      <AmountToOrder>1</AmountToOrder>
+
            <AddedMinute>15</AddedMinute>
      <DiscountInPercent>20</DiscountInPercent>
+
            <Surcharges>
      <PurchasePricePerPiece>148.89</PurchasePricePerPiece>
+
                <OrderCompleteProductSurchargeItem>
      <PurchasePricePerPieceWithVAT>180.16</PurchasePricePerPieceWithVAT>
+
                    <GroupCode>ML030</GroupCode>
      <RetailPricePerPiece>186.11</RetailPricePerPiece>
+
                    <Name>Testovací produkt</Name>
      <RetailPricePerPieceWithVAT>186.11</RetailPricePerPieceWithVAT>
+
                    <Amount>0.0</Amount>
      <ReturnInformations />
+
                    <PurchasePricePerPiece>0</PurchasePricePerPiece>
      <Surcharges />
+
                    <PurchasePricePerPieceWithVAT>0</PurchasePricePerPieceWithVAT>
    </OrderCompletProductItem>
+
                </OrderCompleteProductSurchargeItem>
    <OrderCompletProductItem>
+
            </Surcharges>
      <GroupCode>GDB400</GroupCode>
+
        </OrderCompleteProductItem>
      <Manufacturer>TRW</Manufacturer>
+
        <OrderCompleteProductItem>
      <Name>Destičky brzdové</Name>
+
            <GroupCode>L291</GroupCode>
      <Amount>1</Amount>
+
            <Manufacturer>PURFLUX</Manufacturer>
      <AmountToDeliver>1</AmountToDeliver>
+
            <Name>Filtr olejový</Name>
      <AmountToOrder>0</AmountToOrder>
+
            <Amount>4</Amount>
      <DiscountInPercent>20</DiscountInPercent>
+
            <AmountToDeliver>0</AmountToDeliver>
      <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
+
            <AmountToOrder>4</AmountToOrder>
      <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
+
            <DiscountInPercent>20</DiscountInPercent>
      <RetailPricePerPiece>606.77</RetailPricePerPiece>
+
            <PurchasePricePerPiece>173.97</PurchasePricePerPiece>
      <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
+
            <PurchasePricePerPieceWithVAT>210.5</PurchasePricePerPieceWithVAT>
      <ReturnInformations />
+
            <TotalPurchase>695.88</TotalPurchase>
      <Surcharges>
+
            <TotalPurchaseWithVAT>842</TotalPurchaseWithVAT>
        <OrderCompletProductSurchargeItem>
+
            <RetailPricePerPiece>217.46</RetailPricePerPiece>
          <GroupCode>GDB400</GroupCode>
+
            <RetailPricePerPieceWithVAT>217.46</RetailPricePerPieceWithVAT>
          <Name>Sada brzdových destiček - kotoučová brzda</Name>
+
            <TotalRetail>869.84</TotalRetail>
          <PurchasePricePerPiece>100</PurchasePricePerPiece>
+
            <TotalRetailWithVAT>869.84</TotalRetailWithVAT>
          <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
+
            <ReturnInformations />
        </OrderCompletProductSurchargeItem>
+
            <AddedDay>30</AddedDay>
      </Surcharges>
+
            <AddedMonth>5</AddedMonth>
    </OrderCompletProductItem>
+
            <AddedYear>2019</AddedYear>
    <OrderCompletProductItem>
+
            <AddedHour>10</AddedHour>
      <GroupCode>GDB400</GroupCode>
+
            <AddedMinute>15</AddedMinute>
      <Manufacturer>TRW</Manufacturer>
+
            <Surcharges />
      <Name>Destičky brzdové</Name>
+
        </OrderCompleteProductItem>
      <Amount>1</Amount>
+
        <OrderCompleteProductItem>
      <AmountToDeliver>1</AmountToDeliver>
+
            <GroupCode>14003</GroupCode>
      <AmountToOrder>0</AmountToOrder>
+
            <Manufacturer>MEAT&amp;DORIA</Manufacturer>
      <DiscountInPercent>20</DiscountInPercent>
+
            <Name>Olejový filtr</Name>
      <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
+
            <Amount>1</Amount>
      <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
+
            <AmountToDeliver>0</AmountToDeliver>
      <RetailPricePerPiece>606.77</RetailPricePerPiece>
+
            <AmountToOrder>1</AmountToOrder>
      <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
+
            <DiscountInPercent>20</DiscountInPercent>
      <ReturnInformations />
+
            <PurchasePricePerPiece>148.89</PurchasePricePerPiece>
      <Surcharges>
+
            <PurchasePricePerPieceWithVAT>180.16</PurchasePricePerPieceWithVAT>
        <OrderCompletProductSurchargeItem>
+
            <TotalPurchase>148.89</TotalPurchase>
          <GroupCode>GDB400</GroupCode>
+
            <TotalPurchaseWithVAT>180.16</TotalPurchaseWithVAT>
          <Name>Sada brzdových destiček - kotoučová brzda</Name>
+
            <RetailPricePerPiece>186.11</RetailPricePerPiece>
          <PurchasePricePerPiece>100</PurchasePricePerPiece>
+
            <RetailPricePerPieceWithVAT>186.11</RetailPricePerPieceWithVAT>
          <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
+
            <TotalRetail>186.11</TotalRetail>
        </OrderCompletProductSurchargeItem>
+
            <TotalRetailWithVAT>186.11</TotalRetailWithVAT>
      </Surcharges>
+
            <ReturnInformations />
    </OrderCompletProductItem>
+
            <AddedDay>30</AddedDay>
  </Items>
+
            <AddedMonth>5</AddedMonth>
 +
            <AddedYear>2019</AddedYear>
 +
            <AddedHour>10</AddedHour>
 +
            <AddedMinute>15</AddedMinute>
 +
            <Surcharges />
 +
        </OrderCompleteProductItem>
 +
        <OrderCompleteProductItem>
 +
            <GroupCode>GDB400</GroupCode>
 +
            <Manufacturer>TRW</Manufacturer>
 +
            <Name>Destičky brzdové</Name>
 +
            <Amount>1</Amount>
 +
            <AmountToDeliver>1</AmountToDeliver>
 +
            <AmountToOrder>0</AmountToOrder>
 +
            <DiscountInPercent>20</DiscountInPercent>
 +
            <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
 +
            <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
 +
            <TotalPurchase>485.41</TotalPurchase>
 +
            <TotalPurchaseWithVAT>587.35</TotalPurchaseWithVAT>
 +
            <RetailPricePerPiece>606.77</RetailPricePerPiece>
 +
            <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
 +
            <TotalRetail>606.77</TotalRetail>
 +
            <TotalRetailWithVAT>606.77</TotalRetailWithVAT>
 +
            <ReturnInformations />
 +
            <AddedDay>30</AddedDay>
 +
            <AddedMonth>5</AddedMonth>
 +
            <AddedYear>2019</AddedYear>
 +
            <AddedHour>10</AddedHour>
 +
            <AddedMinute>15</AddedMinute>
 +
            <Surcharges>
 +
                <OrderCompleteProductSurchargeItem>
 +
                    <GroupCode>GDB400</GroupCode>
 +
                    <Name>Sada brzdových destiček - kotoučová brzda</Name>
 +
                    <PurchasePricePerPiece>100</PurchasePricePerPiece>
 +
                    <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
 +
                </OrderCompleteProductSurchargeItem>
 +
            </Surcharges>
 +
        </OrderCompleteProductItem>
 +
        <OrderCompleteProductItem>
 +
            <GroupCode>GDB400</GroupCode>
 +
            <Manufacturer>TRW</Manufacturer>
 +
            <Name>Destičky brzdové</Name>
 +
            <Amount>1</Amount>
 +
            <AmountToDeliver>1</AmountToDeliver>
 +
            <AmountToOrder>0</AmountToOrder>
 +
            <DiscountInPercent>20</DiscountInPercent>
 +
            <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
 +
            <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
 +
            <TotalPurchase>485.41</TotalPurchase>
 +
            <TotalPurchaseWithVAT>587.35</TotalPurchaseWithVAT>
 +
            <RetailPricePerPiece>606.77</RetailPricePerPiece>
 +
            <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
 +
            <TotalRetail>606.77</TotalRetail>
 +
            <TotalRetailWithVAT>606.77</TotalRetailWithVAT>
 +
            <ReturnInformations />
 +
            <AddedDay>30</AddedDay>
 +
            <AddedMonth>5</AddedMonth>
 +
            <AddedYear>2019</AddedYear>
 +
            <AddedHour>10</AddedHour>
 +
            <AddedMinute>15</AddedMinute>
 +
            <Surcharges>
 +
                <OrderCompleteProductSurchargeItem>
 +
                    <GroupCode>GDB400</GroupCode>
 +
                    <Name>Sada brzdových destiček - kotoučová brzda</Name>
 +
                    <PurchasePricePerPiece>100</PurchasePricePerPiece>
 +
                    <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
 +
                </OrderCompleteProductSurchargeItem>
 +
            </Surcharges>
 +
        </OrderCompleteProductItem>
 +
    </Items>
 
</OrderComplete>
 
</OrderComplete>
 +
</syntaxhighlight>
 +
 +
==PaymentGatewayComplete==
 +
 +
XML zdroj dat pro:
 +
* Stráka s potvrzením o zaplacení objednávky přes platební bránu.
 +
 +
====Ukázka====
 +
<syntaxhighlight lang="xml">
 +
<PaymentGatewayComplete xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 +
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 +
    <OrderNumber>WOBJ123456</OrderNumber>
 +
    <Salutation>Pane</Salutation>
 +
    <BillingCompanyName>Awesome company s.r.o.</BillingCompanyName>
 +
    <BillingFirstName>John</BillingFirstName>
 +
    <BillingLastName>Doe</BillingLastName>
 +
    <BillingStreet>Broadway street 12</BillingStreet>
 +
    <BillingCity>Ostrava</BillingCity>
 +
    <BillingZipCode>72000</BillingZipCode>
 +
    <BillingState>Česká republika</BillingState>
 +
    <BillingCompanyID>123456789</BillingCompanyID>
 +
    <BillingCompanyVATNumber>CZ223456789</BillingCompanyVATNumber>
 +
    <BillingCompanyForeignVATNumber>SK223456789</BillingCompanyForeignVATNumber>
 +
    <IsCompany>true</IsCompany>
 +
    <IsDeliveryAddressDifferent>true</IsDeliveryAddressDifferent>
 +
    <DeliveryCompanyName>Another company s.r.o.</DeliveryCompanyName>
 +
    <DeliveryName>James Hide</DeliveryName>
 +
    <DeliveryStreet>Kings street 165</DeliveryStreet>
 +
    <DeliveryCity>Ostrava</DeliveryCity>
 +
    <DeliveryZipCode>72500</DeliveryZipCode>
 +
    <DeliveryState>Česká republika</DeliveryState>
 +
    <PhoneNumber>+420 111 222 333</PhoneNumber>
 +
    <Email>somebody@somedomain.cz</Email>
 +
    <TransportMethod>Osobní odběr</TransportMethod>
 +
    <IsZasilkovna>false</IsZasilkovna>
 +
    <TransportZasilkovna>Nevybráno</TransportZasilkovna>
 +
    <Notes>This is note for testing order.</Notes>
 +
    <OrderProductsNotOnStock>false</OrderProductsNotOnStock>
 +
    <FinalDocumentTypeName>Ne</FinalDocumentTypeName>
 +
    <OrderTypeName>Běžná</OrderTypeName>
 +
    <PaymentTypeName>Hotově</PaymentTypeName>
 +
    <IWantToRegister>false</IWantToRegister>
 +
    <CustomOrderNumber />
 +
    <IsHeurekaOverenoConfirmed>true</IsHeurekaOverenoConfirmed>
 +
    <CurrencyCode>CZK</CurrencyCode>
 +
    <CurrentDayOfWeek>4</CurrentDayOfWeek>
 +
    <CurrentDay>25</CurrentDay>
 +
    <CurrentMonth>4</CurrentMonth>
 +
    <CurrentYear>2019</CurrentYear>
 +
    <CurrentHour>13</CurrentHour>
 +
    <CurrentMinute>42</CurrentMinute>
 +
    <TotalPrice>22345.70</TotalPrice>
 +
    <PaymentGatewayReopenLink />
 +
</PaymentGatewayComplete>
 +
</syntaxhighlight>
 +
 +
==Registration==
 +
 +
XML zdroj dat pro:
 +
* Email s potvrzením o registraci.
 +
 +
====Ukázka====
 +
<syntaxhighlight lang="xml">
 +
<Registration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 +
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 +
    <UserName>Login</UserName>   
 +
    <Name>Jan Novák</Name>
 +
    <Street>Broadway street 12</Street>
 +
    <City>Ostrava</City>
 +
    <ZipCode>Broadway street 12</ZipCode>
 +
    <State>Česká republika</State>
 +
    <IsCompany>True</IsCompany>
 +
    <CompanyIdentificationNumber>123456789</CompanyIdentificationNumber>
 +
    <CompanyVATNumber>CZ123456789</CompanyVATNumber>
 +
    <CompanyVATNumber2>123456789</CompanyVATNumber2>
 +
    <IsShippingAddressDifferent>True</IsShippingAddressDifferent>   
 +
    <DeliveryName>James Hide</DeliveryName>
 +
    <DeliveryStreet>Kings street 165</DeliveryStreet>
 +
    <DeliveryCity>Ostrava</DeliveryCity>
 +
    <DeliveryZipCode>72500</DeliveryZipCode>
 +
    <DeliveryState>Česká republika</DeliveryState>
 +
    <Phone>+420 111 222 333</Phone>
 +
    <Email>somebody@somedomain.cz</Email>
 +
    <Note>Poznámka</Note>
 +
    <TransportName>Doprava 1</TransportName>   
 +
</Registration>
 
</syntaxhighlight>
 
</syntaxhighlight>

Aktuální verze z 30. 10. 2020, 12:18

OrderComplete

XML zdroj dat pro:

  • Stráka s potvrzením objednávky.
  • Email s potvrzením objednávky neobsahuje IsWaitingToBePaidByGateway.
  • Email s potvrzenim objednavky neobsahuje IsEmailSendedToCustomer.

Ukázka

<OrderComplete xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <OrderNumber>WOBJ123456</OrderNumber>
    <Salutation>Pane</Salutation>
    <BillingCompanyName>Awesome company s.r.o.</BillingCompanyName>
    <BillingFirstName>John</BillingFirstName>
    <BillingLastName>Doe</BillingLastName>
    <BillingStreet>Broadway street 12</BillingStreet>
    <BillingCity>Ostrava</BillingCity>
    <BillingZipCode>72000</BillingZipCode>
    <BillingState>Česká republika</BillingState>
    <BillingCompanyID>123456789</BillingCompanyID>
    <BillingCompanyVATNumber>CZ223456789</BillingCompanyVATNumber>
    <BillingCompanyForeignVATNumber>SK223456789</BillingCompanyForeignVATNumber>
    <IsCompany>true</IsCompany>
    <IsDeliveryAddressDifferent>true</IsDeliveryAddressDifferent>
    <DeliveryCompanyName>Another company s.r.o.</DeliveryCompanyName>
    <DeliveryName>James Hide</DeliveryName>
    <DeliveryStreet>Kings street 165</DeliveryStreet>
    <DeliveryCity>Ostrava</DeliveryCity>
    <DeliveryZipCode>72500</DeliveryZipCode>
    <DeliveryState>Česká republika</DeliveryState>
    <PhoneNumber>+420 111 222 333</PhoneNumber>
    <Email>somebody@somedomain.cz</Email>
    <TransportMethod>Osobní odběr</TransportMethod>
    <IsZasilkovna>false</IsZasilkovna>
    <TransportZasilkovna>Nevybráno</TransportZasilkovna>
    <PaymentTypeName>Hotově</PaymentTypeName>
    <Notes>This is note for testing order.</Notes>
    <OrderProductsNotOnStock>false</OrderProductsNotOnStock>
    <FinalDocumentTypeName>Ne</FinalDocumentTypeName>
    <IWantToRegister>false</IWantToRegister>
    <CustomOrderNumber />
    <IsHeurekaOverenoConfirmed>true</IsHeurekaOverenoConfirmed>
    <CurrencyCode>CZK</CurrencyCode>
    <TotalPurchasePrice>12345.60</TotalPurchasePrice>
    <TotalPurchasePriceWithVAT>22345.70</TotalPurchasePriceWithVAT>
    <CurrentDayOfWeek>4</CurrentDayOfWeek>
    <CurrentDay>25</CurrentDay>
    <CurrentMonth>4</CurrentMonth>
    <CurrentYear>2019</CurrentYear>
    <CurrentHour>13</CurrentHour>
    <CurrentMinute>42</CurrentMinute>
    <IsWaitingToBePaidByGateway>true</IsWaitingToBePaidByGateway>
    <IsEmailSendedToCustomer>true</IsEmailSendedToCustomer>
    <PaymentGatewayReopenLink />
    <Items>
        <OrderCompleteProductItem>
            <GroupCode>ML030</GroupCode>
            <Manufacturer>CLEAN FILTER2</Manufacturer>
            <Name>CLEAN FILTER</Name>
            <Amount>1</Amount>
            <AmountToDeliver>1</AmountToDeliver>
            <AmountToOrder>0</AmountToOrder>
            <DiscountInPercent>20</DiscountInPercent>
            <PurchasePricePerPiece>125.76</PurchasePricePerPiece>
            <PurchasePricePerPieceWithVAT>152.17</PurchasePricePerPieceWithVAT>
            <TotalPurchase>125.76</TotalPurchase>
            <TotalPurchaseWithVAT>152.17</TotalPurchaseWithVAT>
            <RetailPricePerPiece>157.2</RetailPricePerPiece>
            <RetailPricePerPieceWithVAT>157.2</RetailPricePerPieceWithVAT>
            <TotalRetail>157.2</TotalRetail>
            <TotalRetailWithVAT>157.2</TotalRetailWithVAT>
            <ReturnInformations>TOTO ZBOŽÍ NELZE VRÁTIT</ReturnInformations>
            <AddedDay>30</AddedDay>
            <AddedMonth>5</AddedMonth>
            <AddedYear>2019</AddedYear>
            <AddedHour>10</AddedHour>
            <AddedMinute>15</AddedMinute>
            <Surcharges>
                <OrderCompleteProductSurchargeItem>
                    <GroupCode>ML030</GroupCode>
                    <Name>Testovací produkt</Name>
                    <Amount>0.0</Amount>
                    <PurchasePricePerPiece>0</PurchasePricePerPiece>
                    <PurchasePricePerPieceWithVAT>0</PurchasePricePerPieceWithVAT>
                </OrderCompleteProductSurchargeItem>
            </Surcharges>
        </OrderCompleteProductItem>
        <OrderCompleteProductItem>
            <GroupCode>L291</GroupCode>
            <Manufacturer>PURFLUX</Manufacturer>
            <Name>Filtr olejový</Name>
            <Amount>4</Amount>
            <AmountToDeliver>0</AmountToDeliver>
            <AmountToOrder>4</AmountToOrder>
            <DiscountInPercent>20</DiscountInPercent>
            <PurchasePricePerPiece>173.97</PurchasePricePerPiece>
            <PurchasePricePerPieceWithVAT>210.5</PurchasePricePerPieceWithVAT>
            <TotalPurchase>695.88</TotalPurchase>
            <TotalPurchaseWithVAT>842</TotalPurchaseWithVAT>
            <RetailPricePerPiece>217.46</RetailPricePerPiece>
            <RetailPricePerPieceWithVAT>217.46</RetailPricePerPieceWithVAT>
            <TotalRetail>869.84</TotalRetail>
            <TotalRetailWithVAT>869.84</TotalRetailWithVAT>
            <ReturnInformations />
            <AddedDay>30</AddedDay>
            <AddedMonth>5</AddedMonth>
            <AddedYear>2019</AddedYear>
            <AddedHour>10</AddedHour>
            <AddedMinute>15</AddedMinute>
            <Surcharges />
        </OrderCompleteProductItem>
        <OrderCompleteProductItem>
            <GroupCode>14003</GroupCode>
            <Manufacturer>MEAT&amp;DORIA</Manufacturer>
            <Name>Olejový filtr</Name>
            <Amount>1</Amount>
            <AmountToDeliver>0</AmountToDeliver>
            <AmountToOrder>1</AmountToOrder>
            <DiscountInPercent>20</DiscountInPercent>
            <PurchasePricePerPiece>148.89</PurchasePricePerPiece>
            <PurchasePricePerPieceWithVAT>180.16</PurchasePricePerPieceWithVAT>
            <TotalPurchase>148.89</TotalPurchase>
            <TotalPurchaseWithVAT>180.16</TotalPurchaseWithVAT>
            <RetailPricePerPiece>186.11</RetailPricePerPiece>
            <RetailPricePerPieceWithVAT>186.11</RetailPricePerPieceWithVAT>
            <TotalRetail>186.11</TotalRetail>
            <TotalRetailWithVAT>186.11</TotalRetailWithVAT>
            <ReturnInformations />
            <AddedDay>30</AddedDay>
            <AddedMonth>5</AddedMonth>
            <AddedYear>2019</AddedYear>
            <AddedHour>10</AddedHour>
            <AddedMinute>15</AddedMinute>
            <Surcharges />
        </OrderCompleteProductItem>
        <OrderCompleteProductItem>
            <GroupCode>GDB400</GroupCode>
            <Manufacturer>TRW</Manufacturer>
            <Name>Destičky brzdové</Name>
            <Amount>1</Amount>
            <AmountToDeliver>1</AmountToDeliver>
            <AmountToOrder>0</AmountToOrder>
            <DiscountInPercent>20</DiscountInPercent>
            <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
            <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
            <TotalPurchase>485.41</TotalPurchase>
            <TotalPurchaseWithVAT>587.35</TotalPurchaseWithVAT>
            <RetailPricePerPiece>606.77</RetailPricePerPiece>
            <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
            <TotalRetail>606.77</TotalRetail>
            <TotalRetailWithVAT>606.77</TotalRetailWithVAT>
            <ReturnInformations />
            <AddedDay>30</AddedDay>
            <AddedMonth>5</AddedMonth>
            <AddedYear>2019</AddedYear>
            <AddedHour>10</AddedHour>
            <AddedMinute>15</AddedMinute>
            <Surcharges>
                <OrderCompleteProductSurchargeItem>
                    <GroupCode>GDB400</GroupCode>
                    <Name>Sada brzdových destiček - kotoučová brzda</Name>
                    <PurchasePricePerPiece>100</PurchasePricePerPiece>
                    <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
                </OrderCompleteProductSurchargeItem>
            </Surcharges>
        </OrderCompleteProductItem>
        <OrderCompleteProductItem>
            <GroupCode>GDB400</GroupCode>
            <Manufacturer>TRW</Manufacturer>
            <Name>Destičky brzdové</Name>
            <Amount>1</Amount>
            <AmountToDeliver>1</AmountToDeliver>
            <AmountToOrder>0</AmountToOrder>
            <DiscountInPercent>20</DiscountInPercent>
            <PurchasePricePerPiece>485.41</PurchasePricePerPiece>
            <PurchasePricePerPieceWithVAT>587.35</PurchasePricePerPieceWithVAT>
            <TotalPurchase>485.41</TotalPurchase>
            <TotalPurchaseWithVAT>587.35</TotalPurchaseWithVAT>
            <RetailPricePerPiece>606.77</RetailPricePerPiece>
            <RetailPricePerPieceWithVAT>606.77</RetailPricePerPieceWithVAT>
            <TotalRetail>606.77</TotalRetail>
            <TotalRetailWithVAT>606.77</TotalRetailWithVAT>
            <ReturnInformations />
            <AddedDay>30</AddedDay>
            <AddedMonth>5</AddedMonth>
            <AddedYear>2019</AddedYear>
            <AddedHour>10</AddedHour>
            <AddedMinute>15</AddedMinute>
            <Surcharges>
                <OrderCompleteProductSurchargeItem>
                    <GroupCode>GDB400</GroupCode>
                    <Name>Sada brzdových destiček - kotoučová brzda</Name>
                    <PurchasePricePerPiece>100</PurchasePricePerPiece>
                    <PurchasePricePerPieceWithVAT>121</PurchasePricePerPieceWithVAT>
                </OrderCompleteProductSurchargeItem>
            </Surcharges>
        </OrderCompleteProductItem>
    </Items>
</OrderComplete>

PaymentGatewayComplete

XML zdroj dat pro:

  • Stráka s potvrzením o zaplacení objednávky přes platební bránu.

Ukázka

<PaymentGatewayComplete xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <OrderNumber>WOBJ123456</OrderNumber>
    <Salutation>Pane</Salutation>
    <BillingCompanyName>Awesome company s.r.o.</BillingCompanyName>
    <BillingFirstName>John</BillingFirstName>
    <BillingLastName>Doe</BillingLastName>
    <BillingStreet>Broadway street 12</BillingStreet>
    <BillingCity>Ostrava</BillingCity>
    <BillingZipCode>72000</BillingZipCode>
    <BillingState>Česká republika</BillingState>
    <BillingCompanyID>123456789</BillingCompanyID>
    <BillingCompanyVATNumber>CZ223456789</BillingCompanyVATNumber>
    <BillingCompanyForeignVATNumber>SK223456789</BillingCompanyForeignVATNumber>
    <IsCompany>true</IsCompany>
    <IsDeliveryAddressDifferent>true</IsDeliveryAddressDifferent>
    <DeliveryCompanyName>Another company s.r.o.</DeliveryCompanyName>
    <DeliveryName>James Hide</DeliveryName>
    <DeliveryStreet>Kings street 165</DeliveryStreet>
    <DeliveryCity>Ostrava</DeliveryCity>
    <DeliveryZipCode>72500</DeliveryZipCode>
    <DeliveryState>Česká republika</DeliveryState>
    <PhoneNumber>+420 111 222 333</PhoneNumber>
    <Email>somebody@somedomain.cz</Email>
    <TransportMethod>Osobní odběr</TransportMethod>
    <IsZasilkovna>false</IsZasilkovna>
    <TransportZasilkovna>Nevybráno</TransportZasilkovna>
    <Notes>This is note for testing order.</Notes>
    <OrderProductsNotOnStock>false</OrderProductsNotOnStock>
    <FinalDocumentTypeName>Ne</FinalDocumentTypeName>
    <OrderTypeName>Běžná</OrderTypeName>
    <PaymentTypeName>Hotově</PaymentTypeName>
    <IWantToRegister>false</IWantToRegister>
    <CustomOrderNumber />
    <IsHeurekaOverenoConfirmed>true</IsHeurekaOverenoConfirmed>
    <CurrencyCode>CZK</CurrencyCode>
    <CurrentDayOfWeek>4</CurrentDayOfWeek>
    <CurrentDay>25</CurrentDay>
    <CurrentMonth>4</CurrentMonth>
    <CurrentYear>2019</CurrentYear>
    <CurrentHour>13</CurrentHour>
    <CurrentMinute>42</CurrentMinute>
    <TotalPrice>22345.70</TotalPrice>
    <PaymentGatewayReopenLink />
</PaymentGatewayComplete>

Registration

XML zdroj dat pro:

  • Email s potvrzením o registraci.

Ukázka

<Registration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <UserName>Login</UserName>    
    <Name>Jan Novák</Name>
    <Street>Broadway street 12</Street>
    <City>Ostrava</City>
    <ZipCode>Broadway street 12</ZipCode>
    <State>Česká republika</State>
    <IsCompany>True</IsCompany>
    <CompanyIdentificationNumber>123456789</CompanyIdentificationNumber>
    <CompanyVATNumber>CZ123456789</CompanyVATNumber>
    <CompanyVATNumber2>123456789</CompanyVATNumber2>
    <IsShippingAddressDifferent>True</IsShippingAddressDifferent>    
    <DeliveryName>James Hide</DeliveryName>
    <DeliveryStreet>Kings street 165</DeliveryStreet>
    <DeliveryCity>Ostrava</DeliveryCity>
    <DeliveryZipCode>72500</DeliveryZipCode>
    <DeliveryState>Česká republika</DeliveryState>
    <Phone>+420 111 222 333</Phone>
    <Email>somebody@somedomain.cz</Email>
    <Note>Poznámka</Note>
    <TransportName>Doprava 1</TransportName>    
</Registration>