Associated Party
Specific record of an associated party can be updated based on the rule that the update block must include these 4 identifiers:
taxIdNumberbirthDatefirstNamelastName
The below example demonstrates an update to the first name of an associated party.
{
"accountNumber": "10003382",
"entityNumber": "301",
"main": {
"repCode": "JC01"
},
"associatedParties": [
{
"birthDate": "1983-12-13",
"firstName": "Johnny",
"lastName": "Doe",
"taxIdNumber": "123456789"
}
]
}
Note
taxIdNumber should be unique for Primary Owner and all Joint Owners.