PUT api/taetigkeit/taetigkeitanmeldung
Mitglied (mgd_id) wird beim Tätigkeit (kurs_id) angemeldet
Request Information
URI Parameters
None.
Body Parameters
KursAnmeldung| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
None. |
|
| anmeldungvon_benutzer_id | globally unique identifier |
None. |
|
| anmeldungals | KursanmeldungAls |
None. |
|
| teilnehmer | Collection of KursAnmeldungTeilnehmer |
None. |
|
| skipvoraussetzungen | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"kurs_id": "35484e04-38b2-4741-8012-1f4439201b41",
"anmeldungvon_benutzer_id": "13896d0c-a9e8-41d3-85ce-0d6681ea1959",
"anmeldungals": 2,
"teilnehmer": [
{
"termin_id": "a9103d30-676f-4fa2-b4fd-36e58831afaa",
"mgd_id": "9aa45d0b-70b6-4f45-ae95-4d9ed54748c6",
"icename": "sample string 3",
"icetelefonnummer": "sample string 4",
"gebuehren_id": [
"3c294f01-d494-4403-8203-3e6c90fb711e",
"96bced84-7c94-4843-8ea1-38e274d442fb"
],
"zahlungsart": 1,
"weiterbildungzahlung": 1,
"betreuungsschiene_id": "8a2eeb87-06cd-425a-b6cc-537cf5e8324c",
"vermerkteamleiter": "sample string 5",
"vermerkliste": [
{
"key": "sample string 1",
"value": "sample string 2"
},
{
"key": "sample string 1",
"value": "sample string 2"
}
]
},
{
"termin_id": "a9103d30-676f-4fa2-b4fd-36e58831afaa",
"mgd_id": "9aa45d0b-70b6-4f45-ae95-4d9ed54748c6",
"icename": "sample string 3",
"icetelefonnummer": "sample string 4",
"gebuehren_id": [
"3c294f01-d494-4403-8203-3e6c90fb711e",
"96bced84-7c94-4843-8ea1-38e274d442fb"
],
"zahlungsart": 1,
"weiterbildungzahlung": 1,
"betreuungsschiene_id": "8a2eeb87-06cd-425a-b6cc-537cf5e8324c",
"vermerkteamleiter": "sample string 5",
"vermerkliste": [
{
"key": "sample string 1",
"value": "sample string 2"
},
{
"key": "sample string 1",
"value": "sample string 2"
}
]
}
],
"skipvoraussetzungen": true
}
Response Information
Resource Description
Collection of KursAnmeldungRet| Name | Description | Type | Additional information |
|---|---|---|---|
| teilnehmer_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| mgd_id | globally unique identifier |
None. |
|
| typ | enuKursteilnehmertyp |
None. |
|
| sollbetrag | decimal number |
None. |
|
| vorbehalt | boolean |
None. |
|
| vormerkung | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"teilnehmer_id": "7728070d-ea60-4cf6-a762-eecc865a4bd7",
"termin_id": "f6bb3a33-1960-4b0c-ad8e-3d2e6613a46d",
"mgd_id": "fa1ca04e-202a-4b8a-85bd-2aa657b17fba",
"typ": 1,
"sollbetrag": 4.0,
"vorbehalt": true,
"vormerkung": true
},
{
"teilnehmer_id": "7728070d-ea60-4cf6-a762-eecc865a4bd7",
"termin_id": "f6bb3a33-1960-4b0c-ad8e-3d2e6613a46d",
"mgd_id": "fa1ca04e-202a-4b8a-85bd-2aa657b17fba",
"typ": 1,
"sollbetrag": 4.0,
"vorbehalt": true,
"vormerkung": true
}
]