POST api/krnfunktion/delete

Request Information

URI Parameters

None.

Body Parameters

KrnFunktion
NameDescriptionTypeAdditional information
Id

integer

Required

OrgTypId

integer

Required

Nummer

integer

Required

Bezeichnung

string

None.

Fachverbandzuordnung

boolean

Required

Bereich

integer

Required

OberfunktionId

integer

Required

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrgTypId": 2,
  "Nummer": 3,
  "Bezeichnung": "sample string 4",
  "Fachverbandzuordnung": true,
  "Bereich": 6,
  "OberfunktionId": 7,
  "RowGuid": "2df584f2-9e52-43f1-b682-ac3836e87fab"
}

application/xml, text/xml

Sample:
<KrnFunktion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Bereich>6</Bereich>
  <Bezeichnung>sample string 4</Bezeichnung>
  <Fachverbandzuordnung>true</Fachverbandzuordnung>
  <Id>1</Id>
  <Nummer>3</Nummer>
  <OberfunktionId>7</OberfunktionId>
  <OrgTypId>2</OrgTypId>
  <RowGuid>2df584f2-9e52-43f1-b682-ac3836e87fab</RowGuid>
</KrnFunktion>

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>