POST api/itggruppendaten/insert

Request Information

URI Parameters

None.

Body Parameters

ItgGruppendatenDisplay
NameDescriptionTypeAdditional information
BestandsmeldungIdDisplay

string

None.

PersonIdDisplay

string

None.

BstFachverbandIdDisplay

string

None.

AlterskategorieDisplay

string

None.

GeschlechtDisplay

string

None.

Genres

string

None.

Mitgliederzahlen

integer

None.

NummerDisplay

string

None.

AnfrageId

integer

None.

Mitglieder

Collection of BstZahlenJahrgangDisplay

None.

SportartIds

Collection of integer

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

BestandsmeldungId

integer

Required

PersonId

integer

None.

BstFachverbandId

integer

None.

Nummer

integer

Required

Bezeichnung

string

None.

Alterskategorie

integer

Required

Geschlecht

integer

Required

AnzahlProben

integer

None.

AnzahlVeranstaltungen

integer

None.

AnzahlTeilnahmen

integer

None.

AnzahlMitwirkungen

integer

None.

Selbstdarstellung

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BestandsmeldungIdDisplay": "sample string 1",
  "PersonIdDisplay": "sample string 2",
  "BstFachverbandIdDisplay": "sample string 3",
  "AlterskategorieDisplay": "sample string 4",
  "GeschlechtDisplay": "sample string 5",
  "Genres": "sample string 6",
  "Mitgliederzahlen": 1,
  "NummerDisplay": "sample string 7",
  "AnfrageId": 1,
  "Mitglieder": [
    {
      "ErhebungIdDisplay": "sample string 1",
      "FachverbandIdDisplay": "sample string 2",
      "OrganisationIdDisplay": "sample string 3",
      "GruppeIdDisplay": "sample string 4",
      "Id": 5,
      "RowGuid": "97f4d4ed-d825-448b-8ffd-187288de2209",
      "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": "97f4d4ed-d825-448b-8ffd-187288de2209",
      "OrganisationId": 7,
      "FachverbandId": 1,
      "ErhebungId": 8,
      "GruppeId": 1,
      "Jahrgang": 9,
      "AnzahlM": 10,
      "AnzahlW": 11,
      "AnzahlD": 12,
      "AnzahlO": 13,
      "Eingefroren": true
    }
  ],
  "SportartIds": [
    1,
    2
  ],
  "Id": 8,
  "RowGuid": "c9d24b3b-ab9d-432f-8a3d-1fd8797a28cd",
  "BestandsmeldungId": 10,
  "PersonId": 1,
  "BstFachverbandId": 1,
  "Nummer": 11,
  "Bezeichnung": "sample string 12",
  "Alterskategorie": 13,
  "Geschlecht": 14,
  "AnzahlProben": 1,
  "AnzahlVeranstaltungen": 1,
  "AnzahlTeilnahmen": 1,
  "AnzahlMitwirkungen": 1,
  "Selbstdarstellung": "sample string 15"
}

application/xml, text/xml

Sample:
<ItgGruppendatenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Alterskategorie>13</Alterskategorie>
  <AnzahlMitwirkungen>1</AnzahlMitwirkungen>
  <AnzahlProben>1</AnzahlProben>
  <AnzahlTeilnahmen>1</AnzahlTeilnahmen>
  <AnzahlVeranstaltungen>1</AnzahlVeranstaltungen>
  <BestandsmeldungId>10</BestandsmeldungId>
  <Bezeichnung>sample string 12</Bezeichnung>
  <BstFachverbandId>1</BstFachverbandId>
  <Geschlecht>14</Geschlecht>
  <Id>8</Id>
  <Nummer>11</Nummer>
  <PersonId>1</PersonId>
  <RowGuid>c9d24b3b-ab9d-432f-8a3d-1fd8797a28cd</RowGuid>
  <Selbstdarstellung>sample string 15</Selbstdarstellung>
  <AlterskategorieDisplay>sample string 4</AlterskategorieDisplay>
  <AnfrageId>1</AnfrageId>
  <BestandsmeldungIdDisplay>sample string 1</BestandsmeldungIdDisplay>
  <BstFachverbandIdDisplay>sample string 3</BstFachverbandIdDisplay>
  <Genres>sample string 6</Genres>
  <GeschlechtDisplay>sample string 5</GeschlechtDisplay>
  <Mitglieder xmlns:d2p1="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
    <d2p1:BstZahlenJahrgangDisplay>
      <d2p1:AnzahlD>12</d2p1:AnzahlD>
      <d2p1:AnzahlM>10</d2p1:AnzahlM>
      <d2p1:AnzahlO>13</d2p1:AnzahlO>
      <d2p1:AnzahlW>11</d2p1:AnzahlW>
      <d2p1:Eingefroren>true</d2p1:Eingefroren>
      <d2p1:ErhebungId>8</d2p1:ErhebungId>
      <d2p1:FachverbandId>1</d2p1:FachverbandId>
      <d2p1:GruppeId>1</d2p1:GruppeId>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:Jahrgang>9</d2p1:Jahrgang>
      <d2p1:OrganisationId>7</d2p1:OrganisationId>
      <d2p1:RowGuid>97f4d4ed-d825-448b-8ffd-187288de2209</d2p1:RowGuid>
      <d2p1:ErhebungIdDisplay>sample string 1</d2p1:ErhebungIdDisplay>
      <d2p1:FachverbandIdDisplay>sample string 2</d2p1:FachverbandIdDisplay>
      <d2p1:GruppeIdDisplay>sample string 4</d2p1:GruppeIdDisplay>
      <d2p1:OrganisationIdDisplay>sample string 3</d2p1:OrganisationIdDisplay>
    </d2p1:BstZahlenJahrgangDisplay>
    <d2p1:BstZahlenJahrgangDisplay>
      <d2p1:AnzahlD>12</d2p1:AnzahlD>
      <d2p1:AnzahlM>10</d2p1:AnzahlM>
      <d2p1:AnzahlO>13</d2p1:AnzahlO>
      <d2p1:AnzahlW>11</d2p1:AnzahlW>
      <d2p1:Eingefroren>true</d2p1:Eingefroren>
      <d2p1:ErhebungId>8</d2p1:ErhebungId>
      <d2p1:FachverbandId>1</d2p1:FachverbandId>
      <d2p1:GruppeId>1</d2p1:GruppeId>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:Jahrgang>9</d2p1:Jahrgang>
      <d2p1:OrganisationId>7</d2p1:OrganisationId>
      <d2p1:RowGuid>97f4d4ed-d825-448b-8ffd-187288de2209</d2p1:RowGuid>
      <d2p1:ErhebungIdDisplay>sample string 1</d2p1:ErhebungIdDisplay>
      <d2p1:FachverbandIdDisplay>sample string 2</d2p1:FachverbandIdDisplay>
      <d2p1:GruppeIdDisplay>sample string 4</d2p1:GruppeIdDisplay>
      <d2p1:OrganisationIdDisplay>sample string 3</d2p1:OrganisationIdDisplay>
    </d2p1:BstZahlenJahrgangDisplay>
  </Mitglieder>
  <Mitgliederzahlen>1</Mitgliederzahlen>
  <NummerDisplay>sample string 7</NummerDisplay>
  <PersonIdDisplay>sample string 2</PersonIdDisplay>
  <SportartIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SportartIds>
</ItgGruppendatenDisplay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgGruppendatenDisplay
NameDescriptionTypeAdditional information
BestandsmeldungIdDisplay

string

None.

PersonIdDisplay

string

None.

BstFachverbandIdDisplay

string

None.

AlterskategorieDisplay

string

None.

GeschlechtDisplay

string

None.

Genres

string

None.

Mitgliederzahlen

integer

None.

NummerDisplay

string

None.

AnfrageId

integer

None.

Mitglieder

Collection of BstZahlenJahrgangDisplay

None.

SportartIds

Collection of integer

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

BestandsmeldungId

integer

Required

PersonId

integer

None.

BstFachverbandId

integer

None.

Nummer

integer

Required

Bezeichnung

string

None.

Alterskategorie

integer

Required

Geschlecht

integer

Required

AnzahlProben

integer

None.

AnzahlVeranstaltungen

integer

None.

AnzahlTeilnahmen

integer

None.

AnzahlMitwirkungen

integer

None.

Selbstdarstellung

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BestandsmeldungIdDisplay": "sample string 1",
  "PersonIdDisplay": "sample string 2",
  "BstFachverbandIdDisplay": "sample string 3",
  "AlterskategorieDisplay": "sample string 4",
  "GeschlechtDisplay": "sample string 5",
  "Genres": "sample string 6",
  "Mitgliederzahlen": 1,
  "NummerDisplay": "sample string 7",
  "AnfrageId": 1,
  "Mitglieder": [
    {
      "ErhebungIdDisplay": "sample string 1",
      "FachverbandIdDisplay": "sample string 2",
      "OrganisationIdDisplay": "sample string 3",
      "GruppeIdDisplay": "sample string 4",
      "Id": 5,
      "RowGuid": "2e11dc6d-33b8-46e0-966b-b39901a882ed",
      "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": "2e11dc6d-33b8-46e0-966b-b39901a882ed",
      "OrganisationId": 7,
      "FachverbandId": 1,
      "ErhebungId": 8,
      "GruppeId": 1,
      "Jahrgang": 9,
      "AnzahlM": 10,
      "AnzahlW": 11,
      "AnzahlD": 12,
      "AnzahlO": 13,
      "Eingefroren": true
    }
  ],
  "SportartIds": [
    1,
    2
  ],
  "Id": 8,
  "RowGuid": "58c0f00f-ef0c-4a7d-8f93-a58083243737",
  "BestandsmeldungId": 10,
  "PersonId": 1,
  "BstFachverbandId": 1,
  "Nummer": 11,
  "Bezeichnung": "sample string 12",
  "Alterskategorie": 13,
  "Geschlecht": 14,
  "AnzahlProben": 1,
  "AnzahlVeranstaltungen": 1,
  "AnzahlTeilnahmen": 1,
  "AnzahlMitwirkungen": 1,
  "Selbstdarstellung": "sample string 15"
}

application/xml, text/xml

Sample:
<ItgGruppendatenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Alterskategorie>13</Alterskategorie>
  <AnzahlMitwirkungen>1</AnzahlMitwirkungen>
  <AnzahlProben>1</AnzahlProben>
  <AnzahlTeilnahmen>1</AnzahlTeilnahmen>
  <AnzahlVeranstaltungen>1</AnzahlVeranstaltungen>
  <BestandsmeldungId>10</BestandsmeldungId>
  <Bezeichnung>sample string 12</Bezeichnung>
  <BstFachverbandId>1</BstFachverbandId>
  <Geschlecht>14</Geschlecht>
  <Id>8</Id>
  <Nummer>11</Nummer>
  <PersonId>1</PersonId>
  <RowGuid>58c0f00f-ef0c-4a7d-8f93-a58083243737</RowGuid>
  <Selbstdarstellung>sample string 15</Selbstdarstellung>
  <AlterskategorieDisplay>sample string 4</AlterskategorieDisplay>
  <AnfrageId>1</AnfrageId>
  <BestandsmeldungIdDisplay>sample string 1</BestandsmeldungIdDisplay>
  <BstFachverbandIdDisplay>sample string 3</BstFachverbandIdDisplay>
  <Genres>sample string 6</Genres>
  <GeschlechtDisplay>sample string 5</GeschlechtDisplay>
  <Mitglieder xmlns:d2p1="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
    <d2p1:BstZahlenJahrgangDisplay>
      <d2p1:AnzahlD>12</d2p1:AnzahlD>
      <d2p1:AnzahlM>10</d2p1:AnzahlM>
      <d2p1:AnzahlO>13</d2p1:AnzahlO>
      <d2p1:AnzahlW>11</d2p1:AnzahlW>
      <d2p1:Eingefroren>true</d2p1:Eingefroren>
      <d2p1:ErhebungId>8</d2p1:ErhebungId>
      <d2p1:FachverbandId>1</d2p1:FachverbandId>
      <d2p1:GruppeId>1</d2p1:GruppeId>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:Jahrgang>9</d2p1:Jahrgang>
      <d2p1:OrganisationId>7</d2p1:OrganisationId>
      <d2p1:RowGuid>2e11dc6d-33b8-46e0-966b-b39901a882ed</d2p1:RowGuid>
      <d2p1:ErhebungIdDisplay>sample string 1</d2p1:ErhebungIdDisplay>
      <d2p1:FachverbandIdDisplay>sample string 2</d2p1:FachverbandIdDisplay>
      <d2p1:GruppeIdDisplay>sample string 4</d2p1:GruppeIdDisplay>
      <d2p1:OrganisationIdDisplay>sample string 3</d2p1:OrganisationIdDisplay>
    </d2p1:BstZahlenJahrgangDisplay>
    <d2p1:BstZahlenJahrgangDisplay>
      <d2p1:AnzahlD>12</d2p1:AnzahlD>
      <d2p1:AnzahlM>10</d2p1:AnzahlM>
      <d2p1:AnzahlO>13</d2p1:AnzahlO>
      <d2p1:AnzahlW>11</d2p1:AnzahlW>
      <d2p1:Eingefroren>true</d2p1:Eingefroren>
      <d2p1:ErhebungId>8</d2p1:ErhebungId>
      <d2p1:FachverbandId>1</d2p1:FachverbandId>
      <d2p1:GruppeId>1</d2p1:GruppeId>
      <d2p1:Id>5</d2p1:Id>
      <d2p1:Jahrgang>9</d2p1:Jahrgang>
      <d2p1:OrganisationId>7</d2p1:OrganisationId>
      <d2p1:RowGuid>2e11dc6d-33b8-46e0-966b-b39901a882ed</d2p1:RowGuid>
      <d2p1:ErhebungIdDisplay>sample string 1</d2p1:ErhebungIdDisplay>
      <d2p1:FachverbandIdDisplay>sample string 2</d2p1:FachverbandIdDisplay>
      <d2p1:GruppeIdDisplay>sample string 4</d2p1:GruppeIdDisplay>
      <d2p1:OrganisationIdDisplay>sample string 3</d2p1:OrganisationIdDisplay>
    </d2p1:BstZahlenJahrgangDisplay>
  </Mitglieder>
  <Mitgliederzahlen>1</Mitgliederzahlen>
  <NummerDisplay>sample string 7</NummerDisplay>
  <PersonIdDisplay>sample string 2</PersonIdDisplay>
  <SportartIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SportartIds>
</ItgGruppendatenDisplay>