GET api/verwaltung/kategorie/{id}
Kategorie über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Kategorie| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| kuerzel | string |
None. |
|
| beitrag | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "6ed7ba67-336a-40b0-9df6-0bcca2db58dc",
"name": "sample string 2",
"kuerzel": "sample string 3",
"beitrag": 4.0
}