Skip to main content

Primary Owner

Name


{
"accountNumber": "61661300",
"primaryOwner": {
"nameType": "Individual",
"name1": "Johnny"
}
}

Date Of Birth

info

If the birthdate needs to be updated, it's required to include the nameType, and legalAddress of the individual.


{
"accountNumber": "61661300",
"primaryOwner": {
"nameType": "Individual",
"legalAddress": {
"country": "US",
"street": "2 Perimeter Park S",
"city": "Birmingham",
"stateProvince": "AL",
"postalCode": "35216"
},
"birthDate": "1975-05-25"
}
}