Created
September 15, 2009 20:27
-
-
Save coderberry/187616 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <pdl-exchange> | |
| <authentication> | |
| <store>00000000419</store> | |
| <id>00000419</id> | |
| <passphrase>kwidgibo</passphrase> | |
| </authentication> | |
| <applicant> | |
| <supplier-reference-id>49</supplier-reference-id> | |
| <ip-address>127.0.0.1</ip-address> | |
| <ssn>646201725</ssn> | |
| <date-of-birth>03-04-1975</date-of-birth> | |
| <first-name>Jon</first-name> | |
| <middle-initial></middle-initial> | |
| <last-name>Jacobson</last-name> | |
| <cell-phone></cell-phone> | |
| <email-address>mail@gmail.com</email-address> | |
| <best-time-to-contact>evening</best-time-to-contact> | |
| <outstanding-loan-count>0</outstanding-loan-count> | |
| <home> | |
| <address> | |
| <street-address>address</street-address> | |
| <city>Chicago</city> | |
| <state>IL</state> | |
| <zip-code>84096</zip-code> | |
| </address> | |
| <length-in-years>3</length-in-years> | |
| <length-in-months>8</length-in-months> | |
| <type>own</type> | |
| <phone>847-22-9111</phone> | |
| </home> | |
| <license> | |
| <id>163423455</id> | |
| <state>IL</state> | |
| </license> | |
| <bank-account> | |
| <name>Bank One</name> | |
| <phone>847-665-4564</phone> | |
| <type>checking</type> | |
| <routing-number>123456789</routing-number> | |
| <account-number>001223456</account-number> | |
| <length-in-years>3</length-in-years> | |
| <length-in-months>0</length-in-months> | |
| </bank-account> | |
| <job> | |
| <income-type>employment</income-type> | |
| <title></title> | |
| <employer-name>Mark</employer-name> | |
| <address> | |
| <street-address></street-address> | |
| <city></city> | |
| <state></state> | |
| <zip-code></zip-code> | |
| </address> | |
| <length-in-years>2</length-in-years> | |
| <length-in-months>2</length-in-months> | |
| <shift></shift> | |
| <monthly-net-income>3500</monthly-net-income> | |
| <direct-deposit>4</direct-deposit> | |
| <payment-schedule>8</payment-schedule> | |
| <pay-date-1>09-29-2009</pay-date-1> | |
| <pay-date-2>10-13-2009</pay-date-2> | |
| <supervisor-name>Jeff</supervisor-name> | |
| <employment-verification-phone-number>847-456-5667</employment-verification-phone-number> | |
| <fax-number></fax-number> | |
| <phone-number></phone-number> | |
| <extension></extension> | |
| </job> | |
| <reference1> | |
| <name>Joe Jackson</name> | |
| <relationship>Friend</relationship> | |
| <contact-phone-number></contact-phone-number> | |
| </reference1> | |
| <reference2> | |
| <name>Joe Johnson</name> | |
| <relationship>Friend</relationship> | |
| <contact-phone-number></contact-phone-number> | |
| </reference2> | |
| <reference3> | |
| <name></name> | |
| <relationship></relationship> | |
| <contact-phone-number></contact-phone-number> | |
| </reference3> | |
| <military>false</military> | |
| <amount-requested>300</amount-requested> | |
| </applicant> | |
| </pdl-exchange> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment