POST api/krnverteilergruppe/delete

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": "1687f22b-4309-46ee-8cba-7ef04baa757b"
}

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>1687f22b-4309-46ee-8cba-7ef04baa757b</RowGuid>
</KrnVerteilergruppe>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>