GET api/bstzahlenjahrgang/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BstZahlenJahrgangDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ErhebungIdDisplay | string |
None. |
|
| FachverbandIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| GruppeIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| OrganisationId | integer |
Required |
|
| FachverbandId | integer |
None. |
|
| ErhebungId | integer |
Required |
|
| GruppeId | integer |
None. |
|
| Jahrgang | integer |
Required |
|
| AnzahlM | integer |
Required |
|
| AnzahlW | integer |
Required |
|
| AnzahlD | integer |
Required |
|
| AnzahlO | integer |
Required |
|
| Eingefroren | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "40e3618d-663a-4c22-8fd5-a9c68d682e9c",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
}
application/xml, text/xml
Sample:
<BstZahlenJahrgangDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <AnzahlD>12</AnzahlD> <AnzahlM>10</AnzahlM> <AnzahlO>13</AnzahlO> <AnzahlW>11</AnzahlW> <Eingefroren>true</Eingefroren> <ErhebungId>8</ErhebungId> <FachverbandId>1</FachverbandId> <GruppeId>1</GruppeId> <Id>5</Id> <Jahrgang>9</Jahrgang> <OrganisationId>7</OrganisationId> <RowGuid>40e3618d-663a-4c22-8fd5-a9c68d682e9c</RowGuid> <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay> <FachverbandIdDisplay>sample string 2</FachverbandIdDisplay> <GruppeIdDisplay>sample string 4</GruppeIdDisplay> <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay> </BstZahlenJahrgangDisplay>