Officer
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| officerRole | string | |
| appointedOn | string | |
| resignedOn | string | |
| nationality | string | |
| countryOfResidence | string | |
| dateOfBirth | string | |
| address | OfficerAddress | |
| formerNames | array of string | |
| occupation | string | |
| officerId | string | |
| appointmentsUrl | string |
JSON Example
{
"name": "string",
"officerRole": "string",
"appointedOn": "2024-01-01",
"resignedOn": "2024-01-01",
"nationality": "string"
}