POST api/userprofile/prefferedlocation

Update User Preferred Location

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
GeoLocationId

City(location) Id

integer

You can get GeoLocationId with GET api/City?countryId={countryId}&term={term}&resultItemsAmount={resultItemsAmount}

Required

Request Formats

application/json, text/json

Sample:
{
  "geoLocationId": 1
}

Response Information

Response Formats

application/json, text/json

Sample:
true