POST api/qualitaet/{id}/{teilnehmerId}
Dient zum Beantworten der Fragen an das Qualitätsmanagement. Bei relevanten Anmeldungen wird ein Link mitgeliefert.
Aufruf
URL Parameter
Name | Beschreibung | Typ | Weitere Informationen |
---|---|---|---|
id |
Id der Veranstaltung |
string |
Required |
teilnehmerId | globally unique identifier |
Required |
Parameter
Liste der Antworten.
Auflistung von TeilnehmerAntwortName | Beschreibung | Typ | Weitere Informationen |
---|---|---|---|
FrageId |
Eindeutig Id |
globally unique identifier |
Required |
Antwort |
Antworttext des Teilnehmers. |
string |
Required Min length: 2 |
Anfrageformat
application/json, text/json
Beispiel:
[ { "FrageId": "a8d76278-322c-465c-b2bc-0bec0469e236", "Antwort": "sample string 2" }, { "FrageId": "a8d76278-322c-465c-b2bc-0bec0469e236", "Antwort": "sample string 2" } ]
Statuscodes
- OK (200)
- InternalServerError (500)
- NotFound (404)
Antwort
Beschreibung
IHttpActionResultKeine.
Antwortformat
application/json, text/json
Beispiel:
Beispiel nicht verfügbar.