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:
[
  "e54b565d-f4f8-472d-b282-e36a203e8d1d",
  "9dfa17a7-4c4d-4fb2-9dee-79aefda5f1ba"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]