POST api/krnverteilergruppe/insert

Request Information

URI Parameters

None.

Body Parameters

KrnVerteilergruppe
NameDescriptionTypeAdditional information
Id

integer

Required

ElternId

integer

None.

BenutzerId

integer

None.

RolleId

integer

None.

Allgemein

boolean

Required

Bezeichnung

string

None.

Gruppentyp

integer

Required

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ElternId": 1,
  "BenutzerId": 1,
  "RolleId": 1,
  "Allgemein": true,
  "Bezeichnung": "sample string 3",
  "Gruppentyp": 4,
  "RowGuid": "65b311ac-fa2f-49f6-b1ee-efee003f8ac9"
}

application/xml, text/xml

Sample:
<KrnVerteilergruppe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Allgemein>true</Allgemein>
  <BenutzerId>1</BenutzerId>
  <Bezeichnung>sample string 3</Bezeichnung>
  <ElternId>1</ElternId>
  <Gruppentyp>4</Gruppentyp>
  <Id>1</Id>
  <RolleId>1</RolleId>
  <RowGuid>65b311ac-fa2f-49f6-b1ee-efee003f8ac9</RowGuid>
</KrnVerteilergruppe>

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

Response Information

Resource Description

KrnVerteilergruppeDisplay
NameDescriptionTypeAdditional information
ElternIdDisplay

string

None.

BenutzerIdDisplay

string

None.

RolleIdDisplay

string

None.

GruppentypDisplay

string

None.

Id

integer

Required

ElternId

integer

None.

BenutzerId

integer

None.

RolleId

integer

None.

Allgemein

boolean

Required

Bezeichnung

string

None.

Gruppentyp

integer

Required

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "ElternIdDisplay": "sample string 1",
  "BenutzerIdDisplay": "sample string 2",
  "RolleIdDisplay": "sample string 3",
  "GruppentypDisplay": "sample string 4",
  "Id": 5,
  "ElternId": 1,
  "BenutzerId": 1,
  "RolleId": 1,
  "Allgemein": true,
  "Bezeichnung": "sample string 7",
  "Gruppentyp": 8,
  "RowGuid": "db691c2c-3bb5-41f0-b435-053f05309156"
}

application/xml, text/xml

Sample:
<KrnVerteilergruppeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Allgemein>true</Allgemein>
  <BenutzerId>1</BenutzerId>
  <Bezeichnung>sample string 7</Bezeichnung>
  <ElternId>1</ElternId>
  <Gruppentyp>8</Gruppentyp>
  <Id>5</Id>
  <RolleId>1</RolleId>
  <RowGuid>db691c2c-3bb5-41f0-b435-053f05309156</RowGuid>
  <BenutzerIdDisplay>sample string 2</BenutzerIdDisplay>
  <ElternIdDisplay>sample string 1</ElternIdDisplay>
  <GruppentypDisplay>sample string 4</GruppentypDisplay>
  <RolleIdDisplay>sample string 3</RolleIdDisplay>
</KrnVerteilergruppeDisplay>