Response XSD
LeasePak Documentation Suite NETSOL website
getPortfolio

(mPower icon) LPLookup

getPortfolio

Response XSD
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LPLOOKUP">
<xs:complexType>
<xs:all>
<xs:element ref="INFO" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ERROR" minOccurs="0" maxOccurs="1"/>
<xs:element ref="RESULT" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="RESULT">
<xs:complexType>
<xs:all>
<xs:element ref="data" minOccurs="1" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="data">
<xs:complexType>
<xs:all>
<xs:element ref="portfolio" minOccurs="1" maxOccurs="1"/>
<xs:element ref="bankFileMapType" minOccurs="1" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="INFO"/>
<xs:element name="ERROR"/>
<xs:element name="portfolio"/>
<xs:element name="bankFileMapType"/>
</xs:schema>