Request body
The fields presented below can be merged together in one payload.
Base prospect data
{
"id": 1,
"first_name": "John",
"last_name": "Doe",
"email": "",
"phone": "",
"address": "",
"city": "",
"state": "",
"field_1": "",
"field_2": "",
"field_3": "",
"field_4": "",
"field_5": ""
}Mortgage data
{
"company_name": "",
"zip": "",
"loan_amount": "",
"down_payment": "",
"loan_program": "",
"credit_score": "",
"loan_type": "",
"loan_purpose": "",
"interest_rate": "",
"requested_apr": "",
"purchase_price": "",
"cash_out_amount": "",
"application_date": "",
"close_date": "",
"property_type": "",
"property_use": "",
"property_value": "",
"property_address": "",
"property_unit_number": "",
"property_city": "",
"property_state": "",
"property_zip": "",
"property_county": "",
"prospect_company": "",
"found_home": "",
"bankruptcy": "",
"bankruptcy_details": "",
"foreclosure": "",
"foreclosure_details": "",
"occupation": "",
"household_income": "",
"monthly_income": "",
"working_with_agent": "",
"lead_source": "",
"current_step": "",
"other_income": "",
"lien_position": "",
"amortization_type": "",
"amortization_term": "",
"monthly_payment": "",
"new_loan_amount": "",
"rate_is_locked": "",
"lender": "",
"agent_name": "",
"agent_phone": "",
"agent_email": "",
"agent_address": "",
"seller_agent_name": "",
"seller_agent_phone": "",
"seller_agent_email": "",
"seller_agent_address": "",
"rate_lock_date": ""
}Coborrower data
{
"coborrower": {
"first_name": "",
"last_name": "",
"email": "",
"phone": "",
"birthday": "",
"address": "",
"unit_number": "",
"city": "",
"zip": "",
"state": "",
"marital_status": "",
"monthly_income": ""
}
}