Web Service Documentation / Categories / Property Services / Edit Property International Weather Station

Edit Property International Weather Station

Updated on August 27, 2018

Description

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.

Version

22.0

HTTP Method

PUT

Resource URL

/property/(propertyId)/internationalWeatherStation/(internationalWeatherStationId)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
internationalWeatherStationId Id to the international weather station
propertyId Id to property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

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

Example Response

The following example indicates that the property was updated successfully.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
TEST