PUT api/mitglied/Setmitgliedzahlungsweg
Erstellt und ändert für die gewünschten Mitlgieder den Zahlungsweg.
Request Information
URI Parameters
None.
Body Parameters
Collection of Mitgliedzahlungsweg2| Name | Description | Type | Additional information |
|---|---|---|---|
| mgd_id | globally unique identifier |
None. |
|
| zahlungsweg | Zahlungsweg |
None. |
|
| referenz_mgd_id | globally unique identifier |
None. |
|
| nachnamekontoinhaber | string |
None. |
|
| vornamekontoinhaber | string |
None. |
|
| strassekontoinhaber | string |
None. |
|
| plzkontoinhaber | string |
None. |
|
| ortkontoinhaber | string |
None. |
|
| nationkontoinhaber_id | globally unique identifier |
None. |
|
| bankbezeichnung | string |
None. |
|
| iban | string |
None. |
|
| bic | string |
None. |
|
| sepamandaterstelltvon | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"mgd_id": "23353fb3-c232-46e2-b3f6-6e188c4daa43",
"zahlungsweg": 1,
"referenz_mgd_id": "fe063a70-6f99-4755-9de3-587e6023b175",
"nachnamekontoinhaber": "sample string 2",
"vornamekontoinhaber": "sample string 3",
"strassekontoinhaber": "sample string 4",
"plzkontoinhaber": "sample string 5",
"ortkontoinhaber": "sample string 6",
"nationkontoinhaber_id": "59f0913f-9f88-44d4-8c66-1e90a0309527",
"bankbezeichnung": "sample string 7",
"iban": "sample string 8",
"bic": "sample string 9",
"sepamandaterstelltvon": "0670437e-31aa-45a9-8c36-13e440fc7462"
},
{
"mgd_id": "23353fb3-c232-46e2-b3f6-6e188c4daa43",
"zahlungsweg": 1,
"referenz_mgd_id": "fe063a70-6f99-4755-9de3-587e6023b175",
"nachnamekontoinhaber": "sample string 2",
"vornamekontoinhaber": "sample string 3",
"strassekontoinhaber": "sample string 4",
"plzkontoinhaber": "sample string 5",
"ortkontoinhaber": "sample string 6",
"nationkontoinhaber_id": "59f0913f-9f88-44d4-8c66-1e90a0309527",
"bankbezeichnung": "sample string 7",
"iban": "sample string 8",
"bic": "sample string 9",
"sepamandaterstelltvon": "0670437e-31aa-45a9-8c36-13e440fc7462"
}
]
Response Information
Resource Description
None.