PUT api/kurs/kursanmeldungtest

Mitglied (mgd_id) wird beim Kurs (kurs_id) als Test angemeldet

Request Information

URI Parameters

None.

Body Parameters

KursAnmeldung
NameDescriptionTypeAdditional 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": "ba93aaa2-4f59-4f0b-8b9f-88e855604064",
  "anmeldungvon_benutzer_id": "d9efb856-b838-4fbb-8e1b-f46b35d63967",
  "anmeldungals": 2,
  "teilnehmer": [
    {
      "termin_id": "bdf2b973-4799-43af-938c-31c43ecbe04a",
      "mgd_id": "3730b666-bc48-4a78-880d-44b3297b6042",
      "icename": "sample string 3",
      "icetelefonnummer": "sample string 4",
      "gebuehren_id": [
        "7b4927fc-908d-4d72-a6f4-317d2acdcab3",
        "f89fba86-527e-4a4c-81a1-66ca6e56a949"
      ],
      "zahlungsart": 1,
      "weiterbildungzahlung": 1,
      "betreuungsschiene_id": "3a2ddf4c-7155-48a8-8c22-c17ddbbc8091",
      "vermerkteamleiter": "sample string 5",
      "vermerkliste": [
        {
          "key": "sample string 1",
          "value": "sample string 2"
        },
        {
          "key": "sample string 1",
          "value": "sample string 2"
        }
      ]
    },
    {
      "termin_id": "bdf2b973-4799-43af-938c-31c43ecbe04a",
      "mgd_id": "3730b666-bc48-4a78-880d-44b3297b6042",
      "icename": "sample string 3",
      "icetelefonnummer": "sample string 4",
      "gebuehren_id": [
        "7b4927fc-908d-4d72-a6f4-317d2acdcab3",
        "f89fba86-527e-4a4c-81a1-66ca6e56a949"
      ],
      "zahlungsart": 1,
      "weiterbildungzahlung": 1,
      "betreuungsschiene_id": "3a2ddf4c-7155-48a8-8c22-c17ddbbc8091",
      "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
NameDescriptionTypeAdditional 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": "839f244f-0ab1-4779-b0c4-aa6c22b54ec2",
    "termin_id": "40f384c3-ebf7-434e-b5eb-cd3de08a8025",
    "mgd_id": "b210b19b-05d1-4db1-aaa5-ce15584dcc7f",
    "typ": 1,
    "sollbetrag": 4.0,
    "vorbehalt": true,
    "vormerkung": true
  },
  {
    "teilnehmer_id": "839f244f-0ab1-4779-b0c4-aa6c22b54ec2",
    "termin_id": "40f384c3-ebf7-434e-b5eb-cd3de08a8025",
    "mgd_id": "b210b19b-05d1-4db1-aaa5-ce15584dcc7f",
    "typ": 1,
    "sollbetrag": 4.0,
    "vorbehalt": true,
    "vormerkung": true
  }
]