POST api/bstgruppendaten/insert

Request Information

URI Parameters

None.

Body Parameters

BstGruppendaten
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

KrnPersonId

integer

None.

Nummer

integer

Required

Bezeichnung

string

None.

Alterskategorie

integer

Required

Geschlecht

integer

Required

Selbstdarstellung

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "f492a6a7-3361-4c02-a3c3-3f15866a49b1",
  "KrnPersonId": 1,
  "Nummer": 3,
  "Bezeichnung": "sample string 4",
  "Alterskategorie": 5,
  "Geschlecht": 6,
  "Selbstdarstellung": "sample string 7"
}

application/xml, text/xml

Sample:
<BstGruppendaten xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Alterskategorie>5</Alterskategorie>
  <Bezeichnung>sample string 4</Bezeichnung>
  <Geschlecht>6</Geschlecht>
  <Id>1</Id>
  <KrnPersonId>1</KrnPersonId>
  <Nummer>3</Nummer>
  <RowGuid>f492a6a7-3361-4c02-a3c3-3f15866a49b1</RowGuid>
  <Selbstdarstellung>sample string 7</Selbstdarstellung>
</BstGruppendaten>

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 'BstGruppendaten'.

Response Information

Resource Description

BstGruppendatenDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

KrnPersonId

integer

None.

Nummer

integer

Required

Bezeichnung

string

None.

Alterskategorie

integer

Required

Geschlecht

integer

Required

Selbstdarstellung

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "9eb20e6a-4e76-465c-9fb0-f72442b2e96d",
  "KrnPersonId": 1,
  "Nummer": 3,
  "Bezeichnung": "sample string 4",
  "Alterskategorie": 5,
  "Geschlecht": 6,
  "Selbstdarstellung": "sample string 7"
}

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>5</Alterskategorie>
  <Bezeichnung>sample string 4</Bezeichnung>
  <Geschlecht>6</Geschlecht>
  <Id>1</Id>
  <KrnPersonId>1</KrnPersonId>
  <Nummer>3</Nummer>
  <RowGuid>9eb20e6a-4e76-465c-9fb0-f72442b2e96d</RowGuid>
  <Selbstdarstellung>sample string 7</Selbstdarstellung>
</BstGruppendatenDisplay>