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
{
"fieldId": "g7h8i9j0-1k2l-3m4n-5o6p-7q8r9s0t1u2v",
"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.