PUT api/mitglied/AddMitgliederOAEx
Führt eine Onlineanmeldung der gewünschten Mitglieder durch. Eventuell können die Personen zu einer vorhandenen/neuen Familie hinzugefügt.
Request Information
URI Parameters
None.
Body Parameters
AddMitgliederOAExParam| Name | Description | Type | Additional information |
|---|---|---|---|
| mitglieder | Collection of OnlineMitglied |
None. |
|
| familie | Familie |
None. |
Request Formats
application/json, text/json
Sample:
{
"mitglieder": [
{
"sek_id": "c24d6757-e6f5-43cd-b55d-e6eec886a503",
"anrede": "sample string 2",
"titel": "sample string 3",
"nachname": "sample string 4",
"vorname": "sample string 5",
"verheirateterName": "sample string 6",
"firmenname": "sample string 7",
"nation": "sample string 8",
"provinz": "sample string 9",
"ort": "sample string 10",
"plz": "sample string 11",
"strasse": "sample string 12",
"weiler": "sample string 13",
"hausnr": "sample string 14",
"email": "sample string 15",
"email2": "sample string 16",
"internet": "sample string 17",
"telGeschaeftlich": "sample string 18",
"telMobil": "sample string 19",
"telPrivat": "sample string 20",
"fax": "sample string 21",
"geschlecht": 1,
"gebdatum": "2026-06-24T14:09:45.6636754+02:00",
"gebort": "sample string 23",
"sprache_id": "54382a2c-6dae-42b8-adc1-aa94ecb860ae",
"nationalitaet_id": "268f0406-012a-4832-b3ce-f9293a8d0c6e",
"steuernummer": "sample string 24",
"notiz": "sample string 25",
"datenfreigabefunktionaer": 0,
"datenfreigabebenutzer": 0,
"datenfreigabeanschriften": 0,
"istMitglied": true,
"kat_id": "8f4d497d-0206-4e71-a698-34408574be58",
"reihenfolge_in_familie": 1,
"typ_in_familie": 1,
"zahlungsweg": 1,
"sepamandaterstelltvon": "5f3821d3-e5c9-4fab-87f8-857ac3f7d77e",
"bankbezeichnung": "sample string 27",
"bic": "sample string 28",
"iban": "sample string 29",
"nachnamekontoinhaber": "sample string 30",
"vornamekontoinhaber": "sample string 31",
"strassekontoinhaber": "sample string 32",
"plzkontoinhaber": "sample string 33",
"ortkontoinhaber": "sample string 34",
"nationkontoinhaber": "sample string 35"
},
{
"sek_id": "c24d6757-e6f5-43cd-b55d-e6eec886a503",
"anrede": "sample string 2",
"titel": "sample string 3",
"nachname": "sample string 4",
"vorname": "sample string 5",
"verheirateterName": "sample string 6",
"firmenname": "sample string 7",
"nation": "sample string 8",
"provinz": "sample string 9",
"ort": "sample string 10",
"plz": "sample string 11",
"strasse": "sample string 12",
"weiler": "sample string 13",
"hausnr": "sample string 14",
"email": "sample string 15",
"email2": "sample string 16",
"internet": "sample string 17",
"telGeschaeftlich": "sample string 18",
"telMobil": "sample string 19",
"telPrivat": "sample string 20",
"fax": "sample string 21",
"geschlecht": 1,
"gebdatum": "2026-06-24T14:09:45.6636754+02:00",
"gebort": "sample string 23",
"sprache_id": "54382a2c-6dae-42b8-adc1-aa94ecb860ae",
"nationalitaet_id": "268f0406-012a-4832-b3ce-f9293a8d0c6e",
"steuernummer": "sample string 24",
"notiz": "sample string 25",
"datenfreigabefunktionaer": 0,
"datenfreigabebenutzer": 0,
"datenfreigabeanschriften": 0,
"istMitglied": true,
"kat_id": "8f4d497d-0206-4e71-a698-34408574be58",
"reihenfolge_in_familie": 1,
"typ_in_familie": 1,
"zahlungsweg": 1,
"sepamandaterstelltvon": "5f3821d3-e5c9-4fab-87f8-857ac3f7d77e",
"bankbezeichnung": "sample string 27",
"bic": "sample string 28",
"iban": "sample string 29",
"nachnamekontoinhaber": "sample string 30",
"vornamekontoinhaber": "sample string 31",
"strassekontoinhaber": "sample string 32",
"plzkontoinhaber": "sample string 33",
"ortkontoinhaber": "sample string 34",
"nationkontoinhaber": "sample string 35"
}
],
"familie": {
"mgd_id": "c3d2ba80-2df0-4fb6-8d2e-dda565322474",
"familien_typen": [
{
"mgd_id": "26990e93-7018-4af9-b7f9-ec5d9ab6aea0",
"famreihenfolge": 2,
"fam_typ": 1
},
{
"mgd_id": "26990e93-7018-4af9-b7f9-ec5d9ab6aea0",
"famreihenfolge": 2,
"fam_typ": 1
}
]
}
}
Response Information
Resource Description
Collection of OnlineMitgliedRet| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| reihenfolge_in_familie | integer |
None. |
|
| mitgliedsnummer | integer |
None. |
|
| kat_id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "3250e26d-15c6-4ffb-b4c0-19577d606d8c",
"reihenfolge_in_familie": 1,
"mitgliedsnummer": 1,
"kat_id": "235b46ed-4e09-40c0-86a1-dfa1bb687107"
},
{
"id": "3250e26d-15c6-4ffb-b4c0-19577d606d8c",
"reihenfolge_in_familie": 1,
"mitgliedsnummer": 1,
"kat_id": "235b46ed-4e09-40c0-86a1-dfa1bb687107"
}
]