PUT api/mitglied/mitgliedmitgliedskarte?druckvorlage_id={druckvorlage_id}&ausgabe={ausgabe}

Für die angeforderten Mitglieder wird eine Mitgliedskarte generiert und als PDF-Datei zurückgegeben.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
druckvorlage_id

globally unique identifier

None.

ausgabe

enuDruckAusgabe

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "977c23e4-1480-469d-8fbf-e4f7278bfb78",
  "a6b3ec72-759a-4803-9715-eb97966caa6c"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]