CustomerProfessionAndIncomesInformationsDto
Customer's professional and income information
hireDatestring
Date when the customer was hired by their employer
Example:
15-01-2024professionCodestring
Code representing the customer's profession
Example:
ENG001employerCodestring
Unique identifier code for the employer
Example:
EMP123incomesBracketCodestring
Code representing the customer's income bracket
Example:
IB500KemployerDepartmentstring
Department within the employer organization where the customer works
Example:
IT DepartmentCustomerProfessionAndIncomesInformationsDto
{
"hireDate": "15-01-2024",
"professionCode": "ENG001",
"employerCode": "EMP123",
"incomesBracketCode": "IB500K",
"employerDepartment": "IT Department"
}