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

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

Documentation
                This is a request to set a unit's availability. Besides common
                unit information, the 'availabilityStatus' value will define the status
                of this unit. If specified, the 'makeReadyDate' will set the unit's date
                at which it can be rented. Note, this is for live data only. It will be
                overridden with appropriate property management system data nightly.
            
Properties
This component is not nillable.

Model
<...>
clientName externalPropertyId (building?, name ) (availabilityStatus, makeReadyDate? )
</...>


Nested Element Summary
tns:unitAvailabilityStatusavailabilityStatus
           This defines the status of this unit  
xs:stringbuilding
          This is the name of the building for this unit. 
 clientName
           This is the client name to perform the request for.  
 externalPropertyId
          This is the ID of the property to obtain information for. 
xs:datemakeReadyDate
          If specified, this represents the date at which this unit can be moved in to. 
xs:stringname
           This is the name of the unit to retrieve  
Source
<xs:complexType name="unitAvailabilityRequest">
<xs:complexContent>
<xs:extension base="tns:unitRequest">
<xs:sequence>
<xs:element name="availabilityStatus" type="tns:unitAvailabilityStatus">
</xs:element>
<xs:element minOccurs="0" name="makeReadyDate" type="xs:date">
</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.