Country of Birth
The Country of Birth Answer is used to specify the country where an individual was born.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "CountryOfBirth" (from FieldTypeEnum) |
countryOfBirthId | string | Yes | Country identifier code (usually ISO country code) |
Example Usage
{
"fqName": "PersonalInfo_Background_CountryOfBirth",
"answer": {
"fieldTypeId": "CountryOfBirth",
"countryOfBirthId": "US"
}
}
Notes
- The
countryOfBirthIdshould be a valid country code recognized by the system (typically ISO 3166-1 alpha-2 codes). - This field is often required for KYC (Know Your Customer) compliance and due diligence procedures.