POST api/krnpostleitzahl/update
Request Information
URI Parameters
None.
Body Parameters
KrnPostleitzahl| Name | Description | Type | Additional 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": "fa1af412-1eb1-49f8-8d21-2cadbfa2f78f"
}
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>fa1af412-1eb1-49f8-8d21-2cadbfa2f78f</RowGuid> </KrnPostleitzahl>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnPostleitzahlDisplay| Name | Description | Type | Additional 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": "4fd9de6b-64c0-4b5e-86e6-4b869ef2c386"
}
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>4fd9de6b-64c0-4b5e-86e6-4b869ef2c386</RowGuid> </KrnPostleitzahlDisplay>