Entity: party
The party
entity is intended for grouping party-related data. A party may be a (natural) person or an organization.
Example usage
Below is an example party
entity of entityType policyHolder
, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the party
entity.More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"party": [ {
"entityType": "policyHolder",
"refKey": "jhjanssen243819",
"surname": "Janssen",
"initials": "J.H.",
"gender": "M",
"street": "Graafseweg",
"houseNumber": 22,
"city": "Apeldoorn",
"birthDate": "1970-05-05",
"collectionAccountIban": "NL12BANK345678910"
} ]
}
Entity types
AFD 2.0 has more than 100 different entity types with regard to parties. All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.