placeholder Command:  DATA SYNCHRONIZATIONS 


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>
    <data_synchronizations>
        <data_synchronization mode="write">
            <device_no>2</device_no>
            <source_device_no>1</source_device_no>
        </data_synchronization>
    </data_synchronizations>
</scaledata>
 

 
Response of 1. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <data_synchronizations>
        <data_synchronization mode="write">
            <device_no>2</device_no>
            <source_device_no>1</source_device_no>
        </data_synchronization>
    </data_synchronizations>
</scaledata>
 
 

2. Example     next / previous example
 
Request of 2. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <data_synchronizations>
        <data_synchronization mode="delete">
            <device_no>2</device_no>
        </data_synchronization>
    </data_synchronizations>
</scaledata>
 

 
Response of 2. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <data_synchronizations>
        <data_synchronization mode="delete">
            <device_no>2</device_no>
        </data_synchronization>
    </data_synchronizations>
</scaledata>
 
 

3. Example     next / previous example
 
Request of 3. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <data_synchronizations>
        <data_synchronization mode="read">
            <device_no>2</device_no>
        </data_synchronization>
    </data_synchronizations>
</scaledata>
 

 
Response of 3. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <data_synchronizations>
        <data_synchronization mode="read">
            <device_no>2</device_no>
            <source_device_no>1</source_device_no>
            <data_synchronization_info>IN_PROGRESS</data_synchronization_info>
            <command_position>123</command_position>
            <commands_no>500</commands_no>
            <last_error>SYNC_NO_ERROR</last_error>
            <last_success_date>2015-02-19T14:32:16</last_success_date>
        </data_synchronization>
    </data_synchronizations>
</scaledata>