GET v3/sportteam/searchaddress?keywords={keywords}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
keywords
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "longitude": 1.1,
    "latitude": 2.1,
    "name": "sample string 3"
  },
  {
    "longitude": 1.1,
    "latitude": 2.1,
    "name": "sample string 3"
  },
  {
    "longitude": 1.1,
    "latitude": 2.1,
    "name": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSearchAddressOutDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.SportTeam">
  <SearchAddressOutDto>
    <Latitude>2.1</Latitude>
    <Longitude>1.1</Longitude>
    <Name>sample string 3</Name>
  </SearchAddressOutDto>
  <SearchAddressOutDto>
    <Latitude>2.1</Latitude>
    <Longitude>1.1</Longitude>
    <Name>sample string 3</Name>
  </SearchAddressOutDto>
  <SearchAddressOutDto>
    <Latitude>2.1</Latitude>
    <Longitude>1.1</Longitude>
    <Name>sample string 3</Name>
  </SearchAddressOutDto>
</ArrayOfSearchAddressOutDto>