PUT api/mitglied/addzahlungen

Zahlung eintragen.

Request Information

URI Parameters

None.

Body Parameters

ZahlungenAllgemien
NameDescriptionTypeAdditional information
sektionsbankkonto_id

globally unique identifier

None.

zahlungen

Collection of Zahlung

None.

Request Formats

application/json, text/json

Sample:
{
  "sektionsbankkonto_id": "5dbe7e61-46aa-46c5-aad9-11ea0528b0d4",
  "zahlungen": [
    {
      "mgd_id": "2e9b2d61-4a17-4135-b213-a0310fbd445f",
      "betrag": 2.0,
      "grund": 1,
      "belegdatum": "2026-06-23T12:17:12.8750864+02:00",
      "kursteilnehmer_id": "349b47e8-5859-42f1-b1d4-ae97aacf974a",
      "notiz": "sample string 4"
    },
    {
      "mgd_id": "2e9b2d61-4a17-4135-b213-a0310fbd445f",
      "betrag": 2.0,
      "grund": 1,
      "belegdatum": "2026-06-23T12:17:12.8750864+02:00",
      "kursteilnehmer_id": "349b47e8-5859-42f1-b1d4-ae97aacf974a",
      "notiz": "sample string 4"
    }
  ]
}

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "4f4f6e90-c315-49bf-9abe-8b1d24710340",
  "765d7dff-1f7f-48c3-a115-3ee636003a21"
]