POST api/v3/User/GetWeatherAddressSetting
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserWeatherAddressSetting_modelName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
WeatherMark | boolean |
None. |
|
WeatherLong | string |
None. |
|
WeatherLat | string |
None. |
|
WeatherAddres | string |
None. |
|
WeatherAdcode | string |
None. |
Response 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" }