POST api/bstzahlenjahrgang/insert
Request Information
URI Parameters
None.
Body Parameters
BstZahlenJahrgang| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "6d50c4ea-1398-450d-98e9-95c0cae03115",
"OrganisationId": 3,
"FachverbandId": 1,
"ErhebungId": 4,
"GruppeId": 1,
"Jahrgang": 5,
"AnzahlM": 6,
"AnzahlW": 7,
"AnzahlD": 8,
"AnzahlO": 9,
"Eingefroren": true
}
application/xml, text/xml
Sample:
<BstZahlenJahrgang xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <AnzahlD>8</AnzahlD> <AnzahlM>6</AnzahlM> <AnzahlO>9</AnzahlO> <AnzahlW>7</AnzahlW> <Eingefroren>true</Eingefroren> <ErhebungId>4</ErhebungId> <FachverbandId>1</FachverbandId> <GruppeId>1</GruppeId> <Id>1</Id> <Jahrgang>5</Jahrgang> <OrganisationId>3</OrganisationId> <RowGuid>6d50c4ea-1398-450d-98e9-95c0cae03115</RowGuid> </BstZahlenJahrgang>
application/x-www-form-urlencoded
Sample:
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": "dcac2bba-bd3e-4bd3-b044-5fe0e765b47c",
"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>dcac2bba-bd3e-4bd3-b044-5fe0e765b47c</RowGuid> <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay> <FachverbandIdDisplay>sample string 2</FachverbandIdDisplay> <GruppeIdDisplay>sample string 4</GruppeIdDisplay> <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay> </BstZahlenJahrgangDisplay>