getNearestServicepointsAll Method

Using this method, you can look up the nearest service points with full data

Input Parameters

Field Name Type Required? Description
structure GetNearestServicepointsStructure Yes Structure containing the data required to locate the nearest service point.

Output structure

This method returns the getNearestServicepointsAllResult

Examples of calls

<structure>
    <authData>
        <username>test</username>
        <password>WSyj3$aDE</password>
    </authData>
    <postcode>00999</postcode>
    <city>Warszawa</city>
    <radius>10</radius>
</structure>
Return to subject list