POST api/bstgruppendaten/update

Request Information

URI Parameters

None.

Body Parameters

BstGruppendatenDisplay
NameDescriptionTypeAdditional information
MeldungIdDisplay

string

None.

KrnPersonIdDisplay

string

None.

FachverbandIdDisplay

string

None.

AlterskategorieDisplay

string

None.

GeschlechtDisplay

string

None.

Genres

string

None.

Mitgliederzahlen

integer

None.

Eingefroren

boolean

None.

OrganisationId

integer

None.

ErhebungId

integer

None.

NummerDisplay

string

None.

Mitglieder

Collection of BstZahlenJahrgangDisplay

None.

SportartIds

Collection of integer

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

MeldungId

integer

Required

KrnPersonId

integer

None.

FachverbandId

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:
{
  "MeldungIdDisplay": "sample string 1",
  "KrnPersonIdDisplay": "sample string 2",
  "FachverbandIdDisplay": "sample string 3",
  "AlterskategorieDisplay": "sample string 4",
  "GeschlechtDisplay": "sample string 5",
  "Genres": "sample string 6",
  "Mitgliederzahlen": 1,
  "Eingefroren": true,
  "OrganisationId": 1,
  "ErhebungId": 1,
  "NummerDisplay": "sample string 7",
  "Mitglieder": [
    {
      "ErhebungIdDisplay": "sample string 1",
      "FachverbandIdDisplay": "sample string 2",
      "OrganisationIdDisplay": "sample string 3",
      "GruppeIdDisplay": "sample string 4",
      "Id": 5,
      "RowGuid": "c3f0059d-5862-41f1-8a6a-9aebae3a0d23",
      "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": "c3f0059d-5862-41f1-8a6a-9aebae3a0d23",
      "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": "94f0f9f5-84b1-4cb1-b68b-9ef5af87e835",
  "MeldungId": 10,
  "KrnPersonId": 1,
  "FachverbandId": 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:
<BstGruppendatenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Alterskategorie>13</Alterskategorie>
  <AnzahlMitwirkungen>1</AnzahlMitwirkungen>
  <AnzahlProben>1</AnzahlProben>
  <AnzahlTeilnahmen>1</AnzahlTeilnahmen>
  <AnzahlVeranstaltungen>1</AnzahlVeranstaltungen>
  <Bezeichnung>sample string 12</Bezeichnung>
  <FachverbandId>1</FachverbandId>
  <Geschlecht>14</Geschlecht>
  <Id>8</Id>
  <KrnPersonId>1</KrnPersonId>
  <MeldungId>10</MeldungId>
  <Nummer>11</Nummer>
  <RowGuid>94f0f9f5-84b1-4cb1-b68b-9ef5af87e835</RowGuid>
  <Selbstdarstellung>sample string 15</Selbstdarstellung>
  <AlterskategorieDisplay>sample string 4</AlterskategorieDisplay>
  <Eingefroren>true</Eingefroren>
  <ErhebungId>1</ErhebungId>
  <FachverbandIdDisplay>sample string 3</FachverbandIdDisplay>
  <Genres>sample string 6</Genres>
  <GeschlechtDisplay>sample string 5</GeschlechtDisplay>
  <KrnPersonIdDisplay>sample string 2</KrnPersonIdDisplay>
  <MeldungIdDisplay>sample string 1</MeldungIdDisplay>
  <Mitglieder>
    <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>c3f0059d-5862-41f1-8a6a-9aebae3a0d23</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>c3f0059d-5862-41f1-8a6a-9aebae3a0d23</RowGuid>
      <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
      <FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
      <GruppeIdDisplay>sample string 4</GruppeIdDisplay>
      <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
    </BstZahlenJahrgangDisplay>
  </Mitglieder>
  <Mitgliederzahlen>1</Mitgliederzahlen>
  <NummerDisplay>sample string 7</NummerDisplay>
  <OrganisationId>1</OrganisationId>
  <SportartIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SportartIds>
</BstGruppendatenDisplay>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BstGruppendatenDisplay'.

Response Information

Resource Description

BstGruppendatenDisplay
NameDescriptionTypeAdditional information
MeldungIdDisplay

string

None.

KrnPersonIdDisplay

string

None.

FachverbandIdDisplay

string

None.

AlterskategorieDisplay

string

None.

GeschlechtDisplay

string

None.

Genres

string

None.

Mitgliederzahlen

integer

None.

Eingefroren

boolean

None.

OrganisationId

integer

None.

ErhebungId

integer

None.

NummerDisplay

string

None.

Mitglieder

Collection of BstZahlenJahrgangDisplay

None.

SportartIds

Collection of integer

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

MeldungId

integer

Required

KrnPersonId

integer

None.

FachverbandId

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:
{
  "MeldungIdDisplay": "sample string 1",
  "KrnPersonIdDisplay": "sample string 2",
  "FachverbandIdDisplay": "sample string 3",
  "AlterskategorieDisplay": "sample string 4",
  "GeschlechtDisplay": "sample string 5",
  "Genres": "sample string 6",
  "Mitgliederzahlen": 1,
  "Eingefroren": true,
  "OrganisationId": 1,
  "ErhebungId": 1,
  "NummerDisplay": "sample string 7",
  "Mitglieder": [
    {
      "ErhebungIdDisplay": "sample string 1",
      "FachverbandIdDisplay": "sample string 2",
      "OrganisationIdDisplay": "sample string 3",
      "GruppeIdDisplay": "sample string 4",
      "Id": 5,
      "RowGuid": "8087e9d0-a441-4be9-9b68-d9d71d1146ea",
      "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": "8087e9d0-a441-4be9-9b68-d9d71d1146ea",
      "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": "3d7f4c83-1a90-42c0-9651-90caf6c658f2",
  "MeldungId": 10,
  "KrnPersonId": 1,
  "FachverbandId": 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:
<BstGruppendatenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Alterskategorie>13</Alterskategorie>
  <AnzahlMitwirkungen>1</AnzahlMitwirkungen>
  <AnzahlProben>1</AnzahlProben>
  <AnzahlTeilnahmen>1</AnzahlTeilnahmen>
  <AnzahlVeranstaltungen>1</AnzahlVeranstaltungen>
  <Bezeichnung>sample string 12</Bezeichnung>
  <FachverbandId>1</FachverbandId>
  <Geschlecht>14</Geschlecht>
  <Id>8</Id>
  <KrnPersonId>1</KrnPersonId>
  <MeldungId>10</MeldungId>
  <Nummer>11</Nummer>
  <RowGuid>3d7f4c83-1a90-42c0-9651-90caf6c658f2</RowGuid>
  <Selbstdarstellung>sample string 15</Selbstdarstellung>
  <AlterskategorieDisplay>sample string 4</AlterskategorieDisplay>
  <Eingefroren>true</Eingefroren>
  <ErhebungId>1</ErhebungId>
  <FachverbandIdDisplay>sample string 3</FachverbandIdDisplay>
  <Genres>sample string 6</Genres>
  <GeschlechtDisplay>sample string 5</GeschlechtDisplay>
  <KrnPersonIdDisplay>sample string 2</KrnPersonIdDisplay>
  <MeldungIdDisplay>sample string 1</MeldungIdDisplay>
  <Mitglieder>
    <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>8087e9d0-a441-4be9-9b68-d9d71d1146ea</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>8087e9d0-a441-4be9-9b68-d9d71d1146ea</RowGuid>
      <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
      <FachverbandIdDisplay>sample string 2</FachverbandIdDisplay>
      <GruppeIdDisplay>sample string 4</GruppeIdDisplay>
      <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
    </BstZahlenJahrgangDisplay>
  </Mitglieder>
  <Mitgliederzahlen>1</Mitgliederzahlen>
  <NummerDisplay>sample string 7</NummerDisplay>
  <OrganisationId>1</OrganisationId>
  <SportartIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SportartIds>
</BstGruppendatenDisplay>