Country
The Country Answer is used to specify a country selection for fields that require country information.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "Country" (from FieldTypeEnum) |
countryId | string | Yes | Country identifier code (usually ISO country code) |
Example Usage
{
"fqName": "PersonalInfo_Location_Country",
"answer": {
"fieldTypeId": "Country",
"countryId": "AE"
}
}
Notes
- The
countryIdshould 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.