GetNearestServicepointsResponseStructure
This structure is the result of the getNearestServicepoints method.
Structure Fields
Field Name | Type | Description |
---|---|---|
points | PointStructure | List of locations |
Example:
<points> <point> <type>PARCELSHOP<type> <address> <country>DE</country> <name>ABCDEFGH</name> <postcode>00-000</postcode> <city>Berlin</city> <street>Strasse</street> <houseNumber>23</houseNumber> <apartmentNumber>3</apartmentNumber> </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>