GET api/taetigkeit/taetigkeitgebuehren/{kurs_id}
Liste aller Gebühren eine Tätigkeit.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| kurs_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaetigkeitGebuehr| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| kurs_id | globally unique identifier |
None. |
|
| termin_id | globally unique identifier |
None. |
|
| typ | Kursgebuehrentyp |
None. |
|
| bezeichnung | string |
None. |
|
| bezeichnung_it | string |
None. |
|
| bezeichnung_en | string |
None. |
|
| betrag | decimal number |
None. |
|
| prozent | integer |
None. |
|
| stornoverrechnen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "e78d9c81-ded2-4c39-bfd3-515e77d238df",
"kurs_id": "38c1a96c-2a2e-41da-a601-a345035c819f",
"termin_id": "b39896b6-f479-4ce0-864f-38fb7260f613",
"typ": 1,
"bezeichnung": "sample string 3",
"bezeichnung_it": "sample string 4",
"bezeichnung_en": "sample string 5",
"betrag": 1.1,
"prozent": 1,
"stornoverrechnen": true
},
{
"id": "e78d9c81-ded2-4c39-bfd3-515e77d238df",
"kurs_id": "38c1a96c-2a2e-41da-a601-a345035c819f",
"termin_id": "b39896b6-f479-4ce0-864f-38fb7260f613",
"typ": 1,
"bezeichnung": "sample string 3",
"bezeichnung_it": "sample string 4",
"bezeichnung_en": "sample string 5",
"betrag": 1.1,
"prozent": 1,
"stornoverrechnen": true
}
]