Skip to main content

Country

The Country Answer is used to specify a country selection for fields that require country information.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "Country" (from FieldTypeEnum)
countryIdstringYesCountry identifier code (usually ISO country code)

Example Usage

{
"fqName": "PersonalInfo_Location_Country",
"answer": {
"fieldTypeId": "Country",
"countryId": "AE"
}
}

Notes

  • The countryId should be a valid country code recognized by the system (typically ISO 3166-1 alpha-2 codes).
  • Common country codes include "AE" (United Arab Emirates), "US" (United States), "GB" (United Kingdom), etc.