Entity: partyDetails

The partyDetails entity is used for grouping specific information about a given party, such as health or income data. The entity can be used for supporting a party entity (for example of entityType policyHolder or regularDriver).

Example usage

Below is an example partyDetails entity, filled with some attributes. partyRef refers to the refKey of a party entity elsewhere. (In this example, partyDetails could also be nested under the corresponding party entity.) 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 partyDetails entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.

{
	"party": [ {
		"entityType": "policyHolder",
		"refKey": "dejong1389021",
		"surname": "De Jong"
	} ],
	"partyDetails": [ {
		"entityType": "income",
		"partyRef": ["dejong1389021"],
		"workSituationDescription": "fulltime",
		"numberOfWorkWeeksPerYear": 46,
		"travelAllowance": true
	} ]
}

Entity types

The most recent overview of entity types is available in AFD 2.0 Online.

Feedback

Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
If you have any support questions, do not hesitate to contact us.

Post Comment