APG|SGA
infosnowAPI Type 1API Type 2Divers

API Type 1 - Export file structure

Each Export has the following given structure and may contain Report Data and/or Element Groups of at least one resort:

<?xml version="1.0" encoding="UTF-8" ?>
<Import>
    <Destination>Sample Destination</Destination>
    <Date>30.08.2012 14:19</Date>

    <Resort>         <resortId>666</resortId>         <resortName>Sample Resort</resortName>         <Date>30.08.2012 14:19</Date>
        <ReportValueName_01> ... ReportValueContent ... </ReportValueName_01>         <ReportValueName_02> ... ReportValueContent ... </ReportValueName_02>         ...         Report data
        <ElementGroup name="GroupName_01"> ... Elements ... </ElementGroup>         <ElementGroup name="GroupName_02"> ... Elements ... </ElementGroup>         ...         Element groups
    </Resort>     <Resort>         <resortId>667</resortId>         ...     </Resort>     ...
</Import>
Each <Resort> is identified by its <resortId>:
<Resort>
   <resortId>667</resortId>
   ...
</Resort>