Web Service Documentation / Categories / Property Services / Edit Property International Weather Station
Updated on August 27, 2018
This web service sets a specified international weather station for a given property. The property cannot be located in the US or CA to set an international weather station. US and CA weather stations are assigned automatically based on the entered postal code. You must have read/write access to set the international weather station.
23.0
PUT
/property/(propertyId)/internationalWeatherStation/(internationalWeatherStationId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
internationalWeatherStationId | Id to the international weather station |
propertyId | Id to property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example assigns an international weather station that has an id of 474010 to the property that has an id of 200.
PUT /property/200/internationalWeatherStation/474010
The following example indicates that the property was updated successfully.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>