Skip to main content

Country of Operation

The Country of Operation Answer is used to specify a country where a business or entity operates.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "CountryOfOperation" (from FieldTypeEnum)
countryOfOperationIdstringYesCountry identifier code (usually ISO country code)

Example Usage

{
"fqName": "BusinessInfo_Operations_CountryOfOperation",
"answer": {
"fieldTypeId": "CountryOfOperation",
"countryOfOperationId": "AE"
}
}

Notes

  • The countryOfOperationId should 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.