GetNearestServicepoints Method

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

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 GetNearestServicepointsResponseStructure output structure.

Examples of calls

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