GetNearestServicepoints Method

Using this method, you can look up the nearest service points.

Input Parameters

Field Name Type Required? Description
authData AuthData Yes Authorisation structure
structure - search parameters
country string Yes Two-letter country code
postcode string Yes Postal code, without dash
city string No City name
radius int Yes Radius in km

Output structure

This method returns the GetNearestServicepointsResponseStructure output structure.

Examples of calls

<getNearestServicepoints>
    <authData>
        <username>test</username>
        <password>WSyj3$aDE</password>
    </authData>
    <structure>
        <country>DE</country>
        <postcode>00000</postcode>
        <city>Berlin</city>
        <radius>10</radius>
    </structure>
</getNearestServicepoints>
Go back to topic list