placeholder Command:  SPECIAL OFFERS 


Short version Long version Changes Example

Examples:

For your better understanding we have prepared examples that have been tested. You can copy them into a new file that you've prepared as mentioned in the introduction. Furthermore we provide you with the response that fits with the example.

The data received can be different from the data that you are receiving in your system.


1. Example     next / previous example
 
Request of 1. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="write">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
        <special_offer mode="write">
            <special_offer_no>9999</special_offer_no>
            <name>DUMMY Special-Offer</name>
            <start_date>2005-12-01T07:00:00</start_date>
            <end_date>2005-12-31T19:00:00</end_date>
            <printer_text>DUMMY for a SPECIAL OFFER</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 1. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="write">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
        <special_offer mode="write">
            <special_offer_no>9999</special_offer_no>
            <name>DUMMY Special-Offer</name>
            <start_date>2005-12-01T07:00:00</start_date>
            <end_date>2005-12-31T19:00:00</end_date>
            <printer_text>DUMMY for a SPECIAL OFFER</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 
 

2. Example     next / previous example
 
Request of 2. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="readall">
            <special_offer_no>0</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 2. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="readall">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
        <special_offer mode="readall">
            <special_offer_no>9999</special_offer_no>
            <name>DUMMY Special-Offer</name>
            <start_date>2005-12-01T07:00:00</start_date>
            <end_date>2005-12-31T19:00:00</end_date>
            <printer_text>DUMMY for a SPECIAL OFFER</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 
 

3. Example     next / previous example
 
Request of 3. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read">
            <special_offer_no>1</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 3. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 
 

4. Example     next / previous example
 
Request of 4. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read+">
            <special_offer_no>9998</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 4. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read+">
            <special_offer_no>9999</special_offer_no>
            <name>DUMMY Special-Offer</name>
            <start_date>2005-12-01T07:00:00</start_date>
            <end_date>2005-12-31T19:00:00</end_date>
            <printer_text>DUMMY for a SPECIAL OFFER</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 
 

5. Example     next / previous example
 
Request of 5. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read-">
            <special_offer_no>2</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 5. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="read-">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>
 
 

6. Example     next / previous example
 
Request of 6. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="delete">
            <special_offer_no>9999</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 6. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="delete">
            <special_offer_no>9999</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 
 

7. Example     next / previous example
 
Request of 7. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="readall">
            <special_offer_no>0</special_offer_no>
        </special_offer>
    </special_offers>
</scaledata>
 

 
Response of 7. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <special_offers>
        <special_offer mode="readall">
            <special_offer_no>1</special_offer_no>
            <name>Special-Offer KW12</name>
            <start_date>2005-03-21T07:00:00</start_date>
            <end_date>2005-03-26T19:00:00</end_date>
            <printer_text>Reduced prices for KW 12</printer_text>
            <last_change>2005-03-15T23:55:00</last_change>
        </special_offer>
    </special_offers>
</scaledata>