GetNearestServicepointsStructure
This structure is used to search the nearest service points. It is used in the getNearestServicepoints method as its parameter.
Structure Fields
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthdataStructure | Yes | Structure containing authorisation data |
postcode | string | Yes | Postal code, without dash |
city | string | Yes | City name |
radius | int | Yes | Radius in km |
Example:
<query> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <postcode>00999</postcode> <city>Warsaw</city> <radius>10</radius> </query>