Skip to main content

CustomerProfessionAndIncomesInformationsDto

Customer's professional and income information

hireDatestring

Date when the customer was hired by their employer

Example: 15-01-2024
professionCodestring

Code representing the customer's profession

Example: ENG001
employerCodestring

Unique identifier code for the employer

Example: EMP123
incomesBracketCodestring

Code representing the customer's income bracket

Example: IB500K
employerDepartmentstring

Department within the employer organization where the customer works

Example: IT Department
CustomerProfessionAndIncomesInformationsDto
{
"hireDate": "15-01-2024",
"professionCode": "ENG001",
"employerCode": "EMP123",
"incomesBracketCode": "IB500K",
"employerDepartment": "IT Department"
}