POST api/krngemeindeteil/update

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": "3502e04c-b1b2-4ba9-9559-d0df109359a2"
}

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>3502e04c-b1b2-4ba9-9559-d0df109359a2</RowGuid>
  <Schluessel>sample string 2</Schluessel>
</KrnGemeindeTeil>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

KrnGemeindeTeilDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Schluessel

string

None.

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Schluessel": "sample string 2",
  "Bezeichnung": "sample string 3",
  "RowGuid": "d875741d-91ff-4968-bc2b-027db7dd4f4b"
}

application/xml, text/xml

Sample:
<KrnGemeindeTeilDisplay 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>d875741d-91ff-4968-bc2b-027db7dd4f4b</RowGuid>
  <Schluessel>sample string 2</Schluessel>
</KrnGemeindeTeilDisplay>