Profession
The Profession Answer is used to specify a customer's occupation or professional role, which is an important component of customer profiling and risk assessment.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "Profession" (from FieldTypeEnum) |
professionId | string | Yes | ID of the selected profession |
Example Usage
{
"fqName": "PersonalInfo_Employment_Profession",
"answer": {
"fieldTypeId": "Profession",
"professionId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}
Lookup References
This answer model requires values from the following lookup source:
Profession Types: For valid values for the professionId field, please refer to the Lookup API documentation and use the "ProfessionEnum" lookup source.