Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduksjon

Eksempelet viser en respons på metoden

Forretningsregler

N/A

Eksempler

JSON Request parameter

/api/v1/person/personrelation/{personid}

JSON Response

Responsen lister kun id’er. Kommaseparert. Med first in, first out.

[
    {
        "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
    },
]
  • No labels