POST api/bstzahlenjahrgang/savebstzahlenjahrgangazahl
Request Information
URI Parameters
None.
Body Parameters
SaveBstZahlenJahrgangAZahlRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| bstDSZJA | Collection of BstZahlenJahrgangDisplay |
None. |
|
| bstM | BstMeldungDisplay |
None. |
Request Formats
application/json, text/json
Sample:
{
"bstDSZJA": [
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "4cd35b59-cc53-4792-b6ed-6ce44e34f7b1",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
},
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "4cd35b59-cc53-4792-b6ed-6ce44e34f7b1",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
}
],
"bstM": {
"ErhebungIdDisplay": "sample string 1",
"SoftwareIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"DisplayGesamtmitgliederzahl": "sample string 4",
"AppTags": [
{
"DisplayField": "sample string 1",
"Id": 2,
"RowGuid": "f07e6d9e-8980-48f2-bad8-bdfcc582918d",
"Name": "sample string 4",
"Abbreviation": "sample string 5",
"Color": "sample string 6",
"Icon": "sample string 7",
"Description": "sample string 8",
"Active": 9
},
{
"DisplayField": "sample string 1",
"Id": 2,
"RowGuid": "f07e6d9e-8980-48f2-bad8-bdfcc582918d",
"Name": "sample string 4",
"Abbreviation": "sample string 5",
"Color": "sample string 6",
"Icon": "sample string 7",
"Description": "sample string 8",
"Active": 9
}
],
"Id": 5,
"RowGuid": "df066fdf-8f92-44c5-9b12-c769bc96ab02",
"OrganisationId": 7,
"ErhebungId": 8,
"Eingang": "2026-09-18T10:44:37.3886351+02:00",
"Erfassung": "2026-09-18T10:44:37.3886351+02:00",
"Komplett": "2026-09-18T10:44:37.3886351+02:00",
"Plausibel": "2026-09-18T10:44:37.3886351+02:00",
"Memo": "sample string 9",
"SoftwareId": 1
}
}
application/xml, text/xml
Sample:
<SaveBstZahlenJahrgangAZahlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
<bstDSZJA>
<BstZahlenJahrgangDisplay>
<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>4cd35b59-cc53-4792-b6ed-6ce44e34f7b1</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
<BstZahlenJahrgangDisplay>
<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>4cd35b59-cc53-4792-b6ed-6ce44e34f7b1</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
</bstDSZJA>
<bstM>
<Eingang>2026-09-18T10:44:37.3886351+02:00</Eingang>
<Erfassung>2026-09-18T10:44:37.3886351+02:00</Erfassung>
<ErhebungId>8</ErhebungId>
<Id>5</Id>
<Komplett>2026-09-18T10:44:37.3886351+02:00</Komplett>
<Memo>sample string 9</Memo>
<OrganisationId>7</OrganisationId>
<Plausibel>2026-09-18T10:44:37.3886351+02:00</Plausibel>
<RowGuid>df066fdf-8f92-44c5-9b12-c769bc96ab02</RowGuid>
<SoftwareId>1</SoftwareId>
<AppTags xmlns:d3p1="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<d3p1:AppTagDisplay>
<d3p1:Abbreviation>sample string 5</d3p1:Abbreviation>
<d3p1:Active>9</d3p1:Active>
<d3p1:Color>sample string 6</d3p1:Color>
<d3p1:Description>sample string 8</d3p1:Description>
<d3p1:Icon>sample string 7</d3p1:Icon>
<d3p1:Id>2</d3p1:Id>
<d3p1:Name>sample string 4</d3p1:Name>
<d3p1:RowGuid>f07e6d9e-8980-48f2-bad8-bdfcc582918d</d3p1:RowGuid>
<d3p1:DisplayField>sample string 1</d3p1:DisplayField>
</d3p1:AppTagDisplay>
<d3p1:AppTagDisplay>
<d3p1:Abbreviation>sample string 5</d3p1:Abbreviation>
<d3p1:Active>9</d3p1:Active>
<d3p1:Color>sample string 6</d3p1:Color>
<d3p1:Description>sample string 8</d3p1:Description>
<d3p1:Icon>sample string 7</d3p1:Icon>
<d3p1:Id>2</d3p1:Id>
<d3p1:Name>sample string 4</d3p1:Name>
<d3p1:RowGuid>f07e6d9e-8980-48f2-bad8-bdfcc582918d</d3p1:RowGuid>
<d3p1:DisplayField>sample string 1</d3p1:DisplayField>
</d3p1:AppTagDisplay>
</AppTags>
<DisplayGesamtmitgliederzahl>sample string 4</DisplayGesamtmitgliederzahl>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
<SoftwareIdDisplay>sample string 2</SoftwareIdDisplay>
</bstM>
</SaveBstZahlenJahrgangAZahlRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "bd5496dc-beca-41ad-8b78-2ef2354fe199",
"OrganisationId": 7,
"FachverbandId": 1,
"ErhebungId": 8,
"GruppeId": 1,
"Jahrgang": 9,
"AnzahlM": 10,
"AnzahlW": 11,
"AnzahlD": 12,
"AnzahlO": 13,
"Eingefroren": true
},
{
"ErhebungIdDisplay": "sample string 1",
"FachverbandIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"GruppeIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "bd5496dc-beca-41ad-8b78-2ef2354fe199",
"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:
<ArrayOfBstZahlenJahrgangDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
<BstZahlenJahrgangDisplay>
<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>bd5496dc-beca-41ad-8b78-2ef2354fe199</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
<BstZahlenJahrgangDisplay>
<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>bd5496dc-beca-41ad-8b78-2ef2354fe199</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
</ArrayOfBstZahlenJahrgangDisplay>