http://yieldstar.com/ws/AppExchange/v1
complexType unitAmenitiesRequest

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}clientBasedRequest (restriction)
|
+--{http://yieldstar.com/ws/AppExchange/v1}idBasedRequest (extension)
|
+--{http://yieldstar.com/ws/AppExchange/v1}unitAmenitiesRequest (extension)

Documentation
                This is the request required to obtain floor plan amenities.
                The clientName, externalPropertyId, unitName must be present
            
Properties
This component is not nillable.

Model
<...>
clientName externalPropertyId (building?, unitName )
</...>


Nested Element Summary
xs:stringbuilding
          This is the building of the unit to get unit amenities for. 
 clientName
           This is the client name to perform the request for.  
 externalPropertyId
          This is the ID of the property to obtain information for. 
xs:stringunitName
           This is the name of the unit to get amenities for.  
Source
<xs:complexType name="unitAmenitiesRequest">
<xs:complexContent>
<xs:extension base="tns:idBasedRequest">
<xs:sequence>
<xs:element minOccurs="0" name="building" type="xs:string">
</xs:element>
<xs:element name="unitName" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.