GET api/taetigkeit/taetigkeitstornogebuehren/{kurs_id}
Liste aller Stornogebü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 TaetigkeitStornogebuehr| Name | Description | Type | Additional 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": "67990622-ade4-4f7c-b14a-33a7c3750047",
"kurs_id": "6876de22-a07a-41c3-b48f-904f89b2effe",
"termin_id": "8f45dad7-a05b-4fdb-8ed6-874096e26db6",
"tage": 3,
"betrag": 1.1,
"prozent": 1
},
{
"id": "67990622-ade4-4f7c-b14a-33a7c3750047",
"kurs_id": "6876de22-a07a-41c3-b48f-904f89b2effe",
"termin_id": "8f45dad7-a05b-4fdb-8ed6-874096e26db6",
"tage": 3,
"betrag": 1.1,
"prozent": 1
}
]