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:
[
  "5679fb7f-a56b-41b0-b3a1-c7e60b1ab78c",
  "9cf8c704-aa4c-419a-9d77-b7f19d50b355"
]

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
[
  64,
  64
]