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": "de4826f9-dab0-4c5c-9321-371264ba1b16",
"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": "de4826f9-dab0-4c5c-9321-371264ba1b16",
"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",
"Id": 5,
"RowGuid": "bf9e77bc-1d33-419a-a980-7c487f182dc5",
"OrganisationId": 7,
"ErhebungId": 8,
"Eingang": "2025-12-22T00:17:07.9405795+01:00",
"Erfassung": "2025-12-22T00:17:07.9405795+01:00",
"Komplett": "2025-12-22T00:17:07.9405795+01:00",
"Plausibel": "2025-12-22T00:17:07.9405795+01: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>de4826f9-dab0-4c5c-9321-371264ba1b16</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>de4826f9-dab0-4c5c-9321-371264ba1b16</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>2025-12-22T00:17:07.9405795+01:00</Eingang>
<Erfassung>2025-12-22T00:17:07.9405795+01:00</Erfassung>
<ErhebungId>8</ErhebungId>
<Id>5</Id>
<Komplett>2025-12-22T00:17:07.9405795+01:00</Komplett>
<Memo>sample string 9</Memo>
<OrganisationId>7</OrganisationId>
<Plausibel>2025-12-22T00:17:07.9405795+01:00</Plausibel>
<RowGuid>bf9e77bc-1d33-419a-a980-7c487f182dc5</RowGuid>
<SoftwareId>1</SoftwareId>
<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:
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": "24cdc065-b10f-484d-a842-1b98171fbb3d",
"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": "24cdc065-b10f-484d-a842-1b98171fbb3d",
"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>24cdc065-b10f-484d-a842-1b98171fbb3d</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>24cdc065-b10f-484d-a842-1b98171fbb3d</RowGuid>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
<GruppeIdDisplay>sample string 4</GruppeIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
</BstZahlenJahrgangDisplay>
</ArrayOfBstZahlenJahrgangDisplay>