GetNearestServicepointsResponseStructure

This structure is the result of the getNearestServicepoints method.

Structure Fields

Field Name Type Description
points PointStructure List of locations

Example:

<points>
    <point>
        <address>
            <name>ABCDEFGH</name>
            <postcode>00-999</postcode>
            <city>Warsaw</city>
            <street>Woronicza</street>
            <houseNumber>23</houseNumber>
        </address>
        <description>Children’s bookstore</description>
        <longitude>51</longitude>
        <latitude>23</latitude>
        <sap>1020348</sap>
        <monOpen>1500</monOpen>
        <monClose>1900</monClose>
        <tueOpen>1200</tueOpen>
        <tueClose>1700</tueClose>
        <wedOpen>0900</wedOpen>
        <wedClose>1200</wedClose>
        <thuOpen>0800</thuOpen>
        <thuClose>1000</thuClose>
        <friOpen>2300</friOpen>
        <friClose>0000</friClose>
        <workInHoliday>T</workInHoliday>
        <name>ABCDEFGH</name>
    </point>
</points>
Return to subject list