Skip to main content

Employment Status

The Employment Status Answer is used to specify a customer's current employment situation, which is an important part of customer profiling and risk assessment.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "EmploymentStatus" (from FieldTypeEnum)
employmentStatusIdstringYesID of the selected employment status

Example Usage

{
"fqName": "PersonalInfo_Employment_Status",
"answer": {
"fieldTypeId": "EmploymentStatus",
"employmentStatusId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}

Lookup References

This answer model requires values from the following lookup source:

Employment Status Types: For valid values for the employmentStatusId field, please refer to the Lookup API documentation and use the "EmploymentStatusEnum" lookup source.