...
Code Block |
---|
/api/v1/person/personrelation/{personid} |
JSON Response
Responsen lister kun id’er. Kommaseparert. Med first in, first out.
Code Block |
---|
|
[
{
"parentPersonId": 9112874,
"childPersonId": 6132119,
"childBuypassId": null,
"childBirthDate": "2010-10-07T00:00:00",
"childFirstName": "Barn Gutt",
"childLastName": "Etternavn",
"childGender": 1
},
{
"parentPersonId": 9112874,
"childPersonId": 6323496,
"childBuypassId": null,
"childBirthDate": "2012-11-09T00:00:00",
"childFirstName": "Barn Jente",
"childLastName": "Etternavn",
"childGender": 2
},
] |