|
XML String, representing all Mortgage Loan Application records in an account either entered by a specific
representative or for a specific representative (the record's
<Rep_Identifier>
value matches the input parameter's value). 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>
<Application Application_ID="BBAC0581F8AF4c95B9C18C1448B50828"
Date_Created="2005-01-18T12:17:00">
<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="747C1752DE3B42d086F7166F57A39162"
Date_Created="2005-01-10T11:15:00">
<Source_Identifier>Johnson01</Source_Identifier>
<Amount>315000.0000</Amount>
<Property>
<Address_1>111 Cool St.</Address_1>
<Address_2>#B</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 the account does not contain any records for that specific representative, the
<Applications>
root node will not contain any child elements. An example is provided below:
<Applications />
All non-XML strings returned by this method should be considered errors.
|