POST api/{version}/v3/User/SaveWeatherAddressSetting
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
UserWeatherAddressSetting_model| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true