POST api/krnpostleitzahl/update

Request Information

URI Parameters

None.

Body Parameters

KrnPostleitzahl
NameDescriptionTypeAdditional information
Id

integer

Required

Postleitzahl

string

None.

Ort

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Postleitzahl": "sample string 2",
  "Ort": "sample string 3",
  "RowGuid": "051a42fd-6997-4e63-87eb-f6be67015f37"
}

application/xml, text/xml

Sample:
<KrnPostleitzahl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Id>1</Id>
  <Ort>sample string 3</Ort>
  <Postleitzahl>sample string 2</Postleitzahl>
  <RowGuid>051a42fd-6997-4e63-87eb-f6be67015f37</RowGuid>
</KrnPostleitzahl>

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

Response Information

Resource Description

KrnPostleitzahlDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Postleitzahl

string

None.

Ort

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Postleitzahl": "sample string 2",
  "Ort": "sample string 3",
  "RowGuid": "e81eb320-2860-474b-a0fc-204498413fb7"
}

application/xml, text/xml

Sample:
<KrnPostleitzahlDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <Id>1</Id>
  <Ort>sample string 3</Ort>
  <Postleitzahl>sample string 2</Postleitzahl>
  <RowGuid>e81eb320-2860-474b-a0fc-204498413fb7</RowGuid>
</KrnPostleitzahlDisplay>