PUT api/mitglied/Setmitglieddokument
Mitglieds Dokument eintragen.
Request Information
URI Parameters
None.
Body Parameters
MitgliedDokument| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| typ_id | globally unique identifier |
None. |
|
| datei | Collection of byte |
None. |
|
| dateiname | string |
None. |
|
| gueltigbis | date |
None. |
|
| beschreibung | string |
None. |
|
| notiz | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mgd_id": "ee1a8181-eaf7-4ff3-98e4-f37e91d1f9c0",
"typ_id": "255f311f-f9a3-4d2b-b59c-0e6b563661c2",
"datei": "QEA=",
"dateiname": "sample string 3",
"gueltigbis": "2026-06-23T12:13:30.8866963+02:00",
"beschreibung": "sample string 4",
"notiz": "sample string 5"
}
Response Information
Resource Description
None.