Application parameters¶
Name |
Description |
Type |
Requirements |
---|---|---|---|
first_name | Name |
string | max length - 100 |
last_name | Last name |
string | max length - 100 |
middle_name | Middle name |
string | max length - 100 |
birth_date | Birthday |
date | format - %d.%m.%Y |
birth_place | Place of birth |
string | max length - 100 |
gender | Sex |
string | max length - 50 |
mobile_phone | Mobile phone |
string | max length - 32 |
phone | Home phone |
string | max length - 32 |
occupation | Occupation |
string | max length - 100 |
work_date | Date of employment |
date | format - %d.%m.%Y |
work_salary | Salary |
decimal | max digits - 12, decimal places - 2 |
work_organization | Company name |
string | max length - 100 |
work_address | Company address |
string | max length - 100 |
work_phone | Company phone number |
string | max length - 32 |
work_occupation | Position |
string | max length - 100 |
work_region_name | Job address: region |
string | max length - 50 |
work_city_name | Job address: city |
string | max length - 50 |
work_street | Job address: street |
string | max length - 50 |
work_house | Job address: building |
string | max length - 10 |
string | max length - 75 | ||
inn | VAT number |
string | max length - 16 |
passport_cn | Passport number |
string | max length - 16 |
passport_date | Date of issue |
date | format - %d.%m.%Y |
passport_title | Authority |
string | max length - 100 |
fact_region_name | Actual place of residence: region |
string | max length - 50 |
fact_city_name | Actual place of residence: city |
string | max length - 50 |
fact_street | Actual place of residence: street |
string | max length - 50 |
fact_house | Actual place of residence: house |
string | max length - 10 |
fact_housing | Actual place of residence: building |
string | max length - 10 |
fact_flat | Actual place of residence: apartment |
string | max length - 10 |
reg_region_name | Place of registration: region |
string | max length - 50 |
reg_city_name | Place of registration: city |
string | max length - 50 |
reg_street | Place of registration: street |
string | max length - 50 |
reg_house | Place of registration: house |
string | max length - 10 |
reg_housing | Place of registration: building |
string | max length - 10 |
reg_flat | Place of registration: apartment |
string | max length - 10 |
overdue_loans | Credit history |
string | max length - 50 |
credit_sum | Loan amount |
decimal | max digits - 12, decimal places - 2 |
credit_days | Loan term |
integer | |
credit_purpose | Loan purpose |
string | max length - 300 |
time_for_call | Time of call |
string | max length - 300 |
guarator | Guarantor |
string | max_length - 100 |
guarantor_type | Guarantor’s relation to the loan recipient |
string | max_length - 100 |
guarantor_phone | Guarantor’s phone number |
string | max length - 32 |
product_type | Product type |
string | max length - 50 |
personal_data_agent | Traffic source (website or legal entity) |
string | max length - 300 |
application_received_date_by_client | Date of the application receipt by the client |
date | format - %d.%m.%Y |
subid | Additional parameter |
string | max length - 50 |
subid1 | Additional parameter 1 |
string | max length - 50 |
subid2 | Additional parameter 2 |
string | max length - 50 |
subid3 | Additional parameter 3 |
string | max length - 50 |
subid4 | Additional parameter 4 |
string | max length - 120 |
Requirements for application parameters can be modified by the program —Program field settings