POST api/bstgruppendaten/insert
Request Information
URI Parameters
None.
Body Parameters
BstGruppendaten| Name | Description | Type | Additional 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": "5b09b817-56fb-41a4-85fd-fc42df470150",
"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>5b09b817-56fb-41a4-85fd-fc42df470150</RowGuid> <Selbstdarstellung>sample string 7</Selbstdarstellung> </BstGruppendaten>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BstGruppendatenDisplay| Name | Description | Type | Additional 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": "d1a494ac-8649-470e-a07e-8270baf40f55",
"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>d1a494ac-8649-470e-a07e-8270baf40f55</RowGuid> <Selbstdarstellung>sample string 7</Selbstdarstellung> </BstGruppendatenDisplay>