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

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)
|
+--{http://yieldstar.com/ws/AppExchange/v1}setUnitAmenitiesRequest (extension)

Documentation
                This is the request to set Unit Amenities and the following fields are required unless specified otherwise
                A.	clientName
                B.	externalPropertyId
                C.	building (optional)
                D.	unitNumber
                E.	pmsAmenityCode
                F.	amenityName
                G.	unitAmenityAmount
                H.	unitAmenityStartDate
                I.	unitAmenityEndDate
                J.	amenityChangeType
            
Properties
This component is not nillable.

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


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. 
tns:setUnitAmenityRequestunitAmenityRequest
          
xs:stringunitName
           This is the name of the unit to get amenities for.  
Source
<xs:complexType name="setUnitAmenitiesRequest">
<xs:complexContent>
<xs:extension base="tns:unitAmenitiesRequest">
<xs:sequence maxOccurs="unbounded" minOccurs="1">
<xs:element name="unitAmenityRequest" type="tns:setUnitAmenityRequest"/>
</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.