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:
[
  "087aaf9b-78e2-4e54-9620-0b6a438b3b16",
  "b3edcb08-a4b1-4463-aac8-d7ffdb6e6b63"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]