PersonRelatives
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/Common/PersonRelatives
Represents the relative of a person.
GUID
C58DE800-60B3-4BE8-B7D0-1D3ADA6CCA8B
Required permission
Show person
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the relative. |
|
PersonId | Int64 | The business key identifier of the person that the relative is related to. |
|
Name | String | The name of the relative.
|
Example
{
"Id": 0,
"PersonId": 0,
"Name": null
}