Advertisement
Guest User

Untitled

a guest
May 5th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "applicant": {
  3. "first_name": "#first_name#",
  4. "last_name": "#last_name#",
  5. "ssn": "#ssn#",
  6. "birth_date": "#date_converter#",
  7. "email": "#email_address#",
  8. "primary_phone": {
  9. "number": "#phone_home#",
  10. "type": "Home"
  11. },
  12. "current_address": {
  13. "line1": "#address#",
  14. "city": "#city#",
  15. "state": "#state#",
  16. "zip": "#zip_code#"
  17. },
  18. "current_employment": {
  19. "name": "#employer#",
  20. "is_retired": false,
  21. "is_self_employed": false,
  22. "phone": {
  23. "number": "#work_phone#",
  24. "type": "Other"
  25. }
  26. },
  27. "address_months_at": #resmon#,
  28. "employment_months_at": #empmon#,
  29. "monthly_income_net": #mon_income#,
  30. "housing_status": "#restype#",
  31. "applicant_web_client": "#refurl#",
  32. "ip_address": "#customer_ip#"
  33. }
  34. },
  35. "partner_transaction_id": "#unique_id#",
  36. "requested_amount": #loan_amount#,
  37. "agrees_to_terms": true,
  38. "lead_sub_source": "92"
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement