Skip to main content

ark:Policyholder

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:Policyholder
Example: ark:Policyholder
relatedTostring<uri>required

The person who is a policyholder.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
appliesTostring<uri>required

The insurance policy or quote that this policyholder is associated with.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
prioritystring

The priority level of the policyholder (e.g., Primary or Secondary).

Possible values: [Primary, Secondary]

Example: Primary
ark:Policyholder
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Policyholder",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"appliesTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"priority": "Primary"
}