Gets a list of suburbs that match the search term.
GET http:///api/v2/ess/{employeeId}/lookup/suburbs
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| employeeId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| term | string | Required | |
| pageNum | int32 | ||
| pageSize | int32 | ||
| countryId | string |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
PagedResultModel<SuburbModel> |
Powered by DapperDox