PUT api/mitglied/SetFamilientypen
Ändert den Familietyp und die Reihenfolge von Familienmitglieder.
Request Information
URI Parameters
None.
Body Parameters
Familie| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| familien_typen | Collection of MitgliedFamilientyp |
None. |
Request Formats
application/json, text/json
Sample:
{
"mgd_id": "ceeb048f-6dd1-40fe-adbd-4f024525287f",
"familien_typen": [
{
"mgd_id": "db7d5bb2-7ec7-45b3-b6d6-3e7cfa31ed74",
"famreihenfolge": 2,
"fam_typ": 1
},
{
"mgd_id": "db7d5bb2-7ec7-45b3-b6d6-3e7cfa31ed74",
"famreihenfolge": 2,
"fam_typ": 1
}
]
}
Response Information
Resource Description
None.