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

Version 1 Current »

Introduksjon

Eksempelet viser en respons på metoden

Forretningsregler

N/A

Eksempler

JSON Request parameter

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

JSON Response

[
    {
        "parentPersonId": 3114874,
        "childPersonId": 3413412,
        "childBuypassId": null,
        "childBirthDate": "2008-10-17T00:00:00",
        "childFirstName": "Fornavn",
        "childLastName": "Etternavn",
        "childGender": 1,
        "countryId": 1500152,
        "countryName": "Norge",
        "countryShortName": "NOR"
    },
    {
        "parentPersonId": 3114874,
        "childPersonId": 6356496,
        "childBuypassId": 144347438,
        "childBirthDate": "2012-11-19T00:00:00",
        "childFirstName": "Fornavn",
        "childLastName": "Etternavn",
        "childGender": 2,
        "countryId": 1500152,
        "countryName": "Norge",
        "countryShortName": "NOR"
    },
    {
        "parentPersonId": 3114874,
        "childPersonId": 845441,
        "childBuypassId": 143654279,
        "childBirthDate": "2015-11-13T00:00:00",
        "childFirstName": "Fornavn Mellomnavn",
        "childLastName": "Etternavn",
        "childGender": 1,
        "countryId": 1500152,
        "countryName": "Norge",
        "countryShortName": "NOR"
    }
]
  • No labels