GET api/userprofile/prefferedlocation
Get User Preferred Location
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Location
Name | Description | Type | Additional information |
---|---|---|---|
GeoLocationId |
City(location) Id |
integer |
None. |
City |
City |
string |
None. |
Latitude |
Latitude |
decimal number |
None. |
Longitude |
Longitude |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "geoLocationId": 1, "city": "sample string 1", "latitude": 1.1, "longitude": 1.1 }