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

Für die angeforderten Kontakte wird eine Kontaktkarte 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:
[
  "113f7f85-84ae-43e9-85b2-3a238120278a",
  "fff1e598-d8d1-4863-aeea-591fe46bbc9a"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]