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

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

Documentation
                This is an extended request for getTBDLeasesRequest per property
            
Properties
This component is not nillable.

Model
<...>
(requestHorizonDays, externalPropertyId )
</...>


Nested Element Summary
 externalPropertyId
          This is the ID of the property to obtain information for. 
xs:stringrequestHorizonDays
           Horizon Days (required)  
Source
<xs:complexType name="getPropertyTBDLeaseRequest">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="requestHorizonDays" type="xs:string">
</xs:element>
<xs:element name="externalPropertyId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>


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