Create a new application through the API
| Parameter | Description | Data | 
|---|---|---|
| name | Applicant's name | string | 
| Applicant's email | string | |
| direct_payment_to | Applicant will make accounts payable to | string | 
| bankApp | Which bank is being used | string | 
| loan_type | The type of credit | lease, loan | 
| offerMinimumScore | The minimum score needed to receive an auto-recommendation. See the Approval Center for how the score is calculated (configurable) | int | 
| reviewMinimumScore | The minimum score needed to pass the applicant for manual review | int | 
| income_calc | The calculated yearly income of the applicant | int | 
| enable_auto_verify | 0(no), 1(yes) | |
| enable_landing_page | 0(no), 1(yes) | |
| skip_cosigner | 0(no), 1(yes) | |
| disableDefaultQuestions | Disable the default questions that appear before verification | 0(no), 1(yes) | 
| enable_enhanced_login | 0(no), 1(yes) | |
| disable_applicant_pay_modal | 0(no), 1(yes) | |
| enable_property | 0(no), 1(yes) | |
| send_automated_score_landlord_email | 0(no), 1(yes) | |
| enable_pinwheel | 0(no), 1(yes) | |
| property_city_mandatory | 0(no), 1(yes) | |
| property_building_mandatory | 0(no), 1(yes) | |
| property_bedrooms_mandatory | 0(no), 1(yes) | |
| send_bank_reminder | Enable reminders that are sent to banks | 0(no), 1(yes) | 
| enable_preapproval | 0(no), 1(yes) | |
| enable_document_upload | Enable the option of bank upload | 0(no), 1(yes) | 
| enable_credit_check | 0(no), 1(yes) | |
| min_gross_income | The minimum gross income required | 0(no), 1(yes) | 
| minimum_rent_budget | The minimum rent budget required | 0(no), 1(yes) | 
| applicant_custom_price | The applicant's custom price | 0(no), 1(yes) | 
Response
{
    "success": true,
    "application_id": "7HjpQ1bpuyXqoJXhCEtrVwJApNyl3OZv1E2QF6Z1QuvqUgd5LUnpbUzJ3F15"
}
