PUT api/taetigkeit/taetigkeitanmeldungtest
Mitglied (mgd_id) wird beim Tätigkeit (kurs_id) als Test 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": "1929c621-9f11-4f9f-b774-948204e4cbc9",
"anmeldungvon_benutzer_id": "65288de1-f869-464c-b8e7-4f13e12102f5",
"anmeldungals": 2,
"teilnehmer": [
{
"termin_id": "b49688e0-010a-4f81-8532-1c15e4713388",
"mgd_id": "09109eb3-bc83-4947-9216-cf8d4ca720e7",
"icename": "sample string 3",
"icetelefonnummer": "sample string 4",
"gebuehren_id": [
"9f4207ea-5cfb-474b-8688-306615c9be70",
"3a75270c-9d6f-4b7e-ab12-0f676e16b9dd"
],
"zahlungsart": 1,
"weiterbildungzahlung": 1,
"betreuungsschiene_id": "a65d8cbb-2365-4496-b2c0-ef1f0233527f",
"vermerkteamleiter": "sample string 5",
"vermerkliste": [
{
"key": "sample string 1",
"value": "sample string 2"
},
{
"key": "sample string 1",
"value": "sample string 2"
}
]
},
{
"termin_id": "b49688e0-010a-4f81-8532-1c15e4713388",
"mgd_id": "09109eb3-bc83-4947-9216-cf8d4ca720e7",
"icename": "sample string 3",
"icetelefonnummer": "sample string 4",
"gebuehren_id": [
"9f4207ea-5cfb-474b-8688-306615c9be70",
"3a75270c-9d6f-4b7e-ab12-0f676e16b9dd"
],
"zahlungsart": 1,
"weiterbildungzahlung": 1,
"betreuungsschiene_id": "a65d8cbb-2365-4496-b2c0-ef1f0233527f",
"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": "41c64faa-532c-4501-a969-32c72c62efdb",
"termin_id": "974e34fe-bc2f-43ef-b451-fd7ee7dee801",
"mgd_id": "f8423bec-68c5-40f2-9072-6c645eab78ef",
"typ": 1,
"sollbetrag": 4.0,
"vorbehalt": true,
"vormerkung": true
},
{
"teilnehmer_id": "41c64faa-532c-4501-a969-32c72c62efdb",
"termin_id": "974e34fe-bc2f-43ef-b451-fd7ee7dee801",
"mgd_id": "f8423bec-68c5-40f2-9072-6c645eab78ef",
"typ": 1,
"sollbetrag": 4.0,
"vorbehalt": true,
"vormerkung": true
}
]