POST api/feedback/veranstaltung/{id}

Dient zum Beantworten einer Veranstaltungsumfrage

Aufruf

URL Parameter

NameBeschreibungTypWeitere Informationen
id

Id der Veranstaltung

string

Required

Parameter

Auflistung von FeedbackAntwort
NameBeschreibungTypWeitere Informationen
Id

Id

string

Required

Antwort

Antwort des Teilnehmers

string

Keine.

Anfrageformat

application/json, text/json

Beispiel:
[
  {
    "Id": "sample string 1",
    "Antwort": "sample string 2"
  },
  {
    "Id": "sample string 1",
    "Antwort": "sample string 2"
  }
]

Statuscodes

  • OK (200)
  • InternalServerError (500)

Antwort

Beschreibung

IHttpActionResult

Keine.

Antwortformat

application/json, text/json

Beispiel:

Beispiel nicht verfügbar.