POST api/{version}/v3/User/SaveWeatherAddressSetting

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

UserWeatherAddressSetting_model
NameDescriptionTypeAdditional information
UserId

string

None.

WeatherMark

boolean

None.

WeatherLong

string

None.

WeatherLat

string

None.

WeatherAddres

string

None.

WeatherAdcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "weatherMark": true,
  "weatherLong": "sample string 3",
  "weatherLat": "sample string 4",
  "weatherAddres": "sample string 5",
  "weatherAdcode": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true