Country of Operation
The Country of Operation Answer is used to specify a country where a business or entity operates.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "CountryOfOperation" (from FieldTypeEnum) |
countryOfOperationId | string | Yes | Country identifier code (usually ISO country code) |
Example Usage
{
"fqName": "BusinessInfo_Operations_CountryOfOperation",
"answer": {
"fieldTypeId": "CountryOfOperation",
"countryOfOperationId": "AE"
}
}
Notes
- The
countryOfOperationIdshould be a valid country code recognized by the system (typically ISO 3166-1 alpha-2 codes). - If a business operates in multiple countries, use the Multiple Country of Operation Multiple Country of Operation Answer type instead.
- This field is often used for risk assessment and compliance with international business regulations.