|
XML String, representing the Mortgage Loan Application records posted within the specific date range 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="18">
<Application Application_ID="7FA07A3937BE4dcb9117425446810283"
Date_Created="2004-12-28T10:21:00">
<Rep_Identifier>MSmith</Rep_Identifier>
<Source_Identifier>Powell01</Source_Identifier>
<Amount>260000.0000</Amount>
<Property>
<Address_1>111 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="10BECC13CBBF4dbb998795D0FB8632B6"
Date_Created="2004-12-27T15:10:00">
<Rep_Identifier>BRivera</Rep_Identifier>
<Source_Identifier>Jones01</Source_Identifier>
<Amount>380000.0000</Amount>
<Property>
<Address_1>222 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>1</Type>
<Type_Description>Purchase</Type_Description>
</Purpose>
</Application>
...
</Applications>
If no records were posted within the specified time frame or 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.
|