Relationship Initiation Method
The Relationship Initiation Method Answer is used to specify how the business relationship with the customer was initiated, which is important for regulatory compliance and risk assessment.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "RelationshipInitiationMethod" (from FieldTypeEnum) |
relationshipInitiationMethodId | string | Yes | ID of the selected relationship initiation method |
Example Usage
{
"fqName": "CustomerInfo_Onboarding_RelationshipInitiationMethod",
"answer": {
"fieldTypeId": "RelationshipInitiationMethod",
"relationshipInitiationMethodId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}
Lookup References
This answer model requires values from the following lookup source:
Relationship Initiation Methods: For valid values for the relationshipInitiationMethodId field, please refer to the Lookup API documentation and use the "RelationshipInitiationEnum" lookup source.