Entity Type
The Entity Type Answer is used to specify the legal form or structure of a company or organization, which is important for regulatory requirements and risk assessment.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "EntityType" (from FieldTypeEnum) |
entityTypeId | string | Yes | ID of the selected entity type |
Example Usage
{
"fqName": "CompanyInfo_Legal_EntityType",
"answer": {
"fieldTypeId": "EntityType",
"entityTypeId": "a640b5fd-0b98-494a-a6ec-6f7f8e323ff72"
}
}
Lookup References
This answer model requires values from the following lookup source:
Entity Types: For valid values for the entityTypeId field, please refer to the Lookup API documentation and use the "EntityTypeEnum" lookup source.