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": "c818e561-7e0c-4d86-865e-7013130e38ab"
}
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>c818e561-7e0c-4d86-865e-7013130e38ab</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": "ff19298f-352d-4c28-960b-f3973640f4c5"
}
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>ff19298f-352d-4c28-960b-f3973640f4c5</RowGuid> </KrnPostleitzahlDisplay>