PUT api/mitglied/setmitgliedfoto
Setzt ein neues Foto einer Person
Request Information
URI Parameters
None.
Body Parameters
MitgliedFoto| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| foto | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"mgd_id": "4a6a75e4-d2cd-4762-95bd-790145537bc9",
"foto": "QEA="
}
Response Information
Resource Description
None.