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

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

Documentation
                This is a response for an individual quote.
            
Properties
This component is not nillable.

Model
<...>
(ysQuoteId, result )
</...>


Nested Element Summary
xs:stringresult
           Result of the operation  
xs:longysQuoteId
           Quote ID  
Source
<xs:complexType name="saveUnitRentQuoteIdResponse">
<xs:sequence>
<xs:element maxOccurs="1" name="ysQuoteId" type="xs:long">
</xs:element>
<xs:element maxOccurs="1" name="result" type="xs:string">
</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.