|
XML String, representing the Mortgage Loan Application records requested. To view the validating XSD
Schema, please click here (opens in a new window). An example
is provided here (opens in a new window) or below:
<Applications Total_Record_Count="38">
<Application Application_ID="BBAC0581F8AF4c95B9C18C1448B50828"
Date_Created="2005-01-18T12:17:00">
<Rep_Identifier>MSmith</Rep_Identifier>
<Source_Identifier>Evans01</Source_Identifier>
<Amount>350000.0000</Amount>
<Property>
<Address_1>123 Somewhere St.</Address_1>
<Address_2></Address_2>
<City>Los Angeles</City>
<State>CA</State>
<Postal_Code>90210</Postal_Code>
<Country>USA</Country>
</Property>
<Purpose>
<Type>1</Type>
<Type_Description>Purchase</Type_Description>
</Purpose>
</Application>
<Application Application_ID="FCD1316DBADB479889DC5720DFB08489"
Date_Created="2005-01-15T16:38:00">
<Rep_Identifier>BRivera</Rep_Identifier>
<Source_Identifier>Rusell02</Source_Identifier>
<Amount>190000.0000</Amount>
<Property>
<Address_1>456 Somewhere Else St.</Address_1>
<Address_2></Address_2>
<City>Los Angeles</City>
<State>CA</State>
<Postal_Code>90210</Postal_Code>
<Country>USA</Country>
</Property>
<Purpose>
<Type>2</Type>
<Type_Description>Refinance</Type_Description>
</Purpose>
</Application>
...
</Applications>
If the account does not contain any records, the <Applications>
root node will not contain any child elements and the Total_Record_Count attribute will have a value of 0 (zero).
An example is provided below:
<Applications Total_Record_Count="0" />
All non-XML strings returned by this method should be considered errors.
|