PUT api/mitglied/mitgliedzahlungsformular/{zahlschein}?druckvorlage_id={druckvorlage_id}&ausgabe={ausgabe}

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zahlschein

Zahlschein

Required

druckvorlage_id

globally unique identifier

None.

ausgabe

enuDruckAusgabe

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "69903c7c-6f49-474a-905c-c51a20107d06",
  "07f772b2-33aa-4466-929d-b9e7c758d49a"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]