GetNearestServicepointsAll Method
Using this method, you can look up the nearest service points with full data.
Input Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthData | Yes | Authorisation structure |
structure - search parameters | |||
postcode | string | Yes | Postal code, without dash |
city | string | No | City name |
radius | int | Yes | Radius in km |
Output structure
This method returns the GetNearestServicepointsAllResponseStructure output structure.
Examples of calls
<getNearestServicepointsAll> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <structure> <country>DE</country> <postcode>00000</postcode> <city>Berlin</city> <radius>10</radius> </structure> </getNearestServicepointsAll>