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": "87d0b272-8973-4b98-b260-1a56b640ed75"
}
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>87d0b272-8973-4b98-b260-1a56b640ed75</RowGuid> </KrnPostleitzahl>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "03e15e85-ff04-49b9-a6fd-12670320a27e"
}
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>03e15e85-ff04-49b9-a6fd-12670320a27e</RowGuid> </KrnPostleitzahlDisplay>