APG|SGA
infosnowAPI Type 1API Type 2Divers

API Type 1 - Report data

Report values contain general information about a resort.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<Import>
    <Destination>Sample Destination</Destination>
    <Date>30.08.2012 14:19</Date>

    <Resort>         <resortId>666</resortId>         <resortName>Sample Resort</resortName>
        <ReportValueName_01>               ... ReportValueContent ...         </ReportValueName_01>                <ReportValueName_02>               ... ReportValueContent ...         </ReportValueName_02>         ...
        <ElementGroup name="GroupName_01"> ... Elements ... </ElementGroup>         <ElementGroup name="GroupName_02"> ... Elements ... </ElementGroup>         ...         Element groups
    </Resort>
    <Resort>         <resortId>667</resortId>         ...     </Resort>
    ...
</Import>
Each Report value is identifiable by the name of its Tag.
<ReportValueName>
   ... ReportValueContent ...
</ReportValueName>
Attributes are used on some Tags.
<ReportValueName AttributeName="AttributeValue">
   ... ReportValueContent ...
</ReportValueName>
All values are optional without exception.