POST api/krngemeindeteil/delete

Request Information

URI Parameters

None.

Body Parameters

KrnGemeindeTeil
NameDescriptionTypeAdditional information
Id

integer

Required

Schluessel

string

None.

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Schluessel": "sample string 2",
  "Bezeichnung": "sample string 3",
  "RowGuid": "8a703fcc-30d1-43eb-8874-6465451dd5c7"
}

application/xml, text/xml

Sample:
<KrnGemeindeTeil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Id>1</Id>
  <RowGuid>8a703fcc-30d1-43eb-8874-6465451dd5c7</RowGuid>
  <Schluessel>sample string 2</Schluessel>
</KrnGemeindeTeil>

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

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>