GET api/taetigkeit/taetigkeitstornogebuehren/{kurs_id}

Liste aller Stornogebühren eine Tätigkeit.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
kurs_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TaetigkeitStornogebuehr
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

kurs_id

globally unique identifier

None.

termin_id

globally unique identifier

None.

tage

integer

None.

betrag

decimal number

None.

prozent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "847d2bf6-26b7-4d40-9bbf-52e03972de5c",
    "kurs_id": "c187b008-9e07-4c14-a9ee-5f51fb25a9d4",
    "termin_id": "43d20be9-7e39-443c-9f30-75f4159e5a2e",
    "tage": 3,
    "betrag": 1.1,
    "prozent": 1
  },
  {
    "id": "847d2bf6-26b7-4d40-9bbf-52e03972de5c",
    "kurs_id": "c187b008-9e07-4c14-a9ee-5f51fb25a9d4",
    "termin_id": "43d20be9-7e39-443c-9f30-75f4159e5a2e",
    "tage": 3,
    "betrag": 1.1,
    "prozent": 1
  }
]