POST api/krngemeindeteil/update
Request Information
URI Parameters
None.
Body Parameters
KrnGemeindeTeil| Name | Description | Type | Additional 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": "35b08128-6417-44cf-b9b6-506ca449c4f7"
}
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>35b08128-6417-44cf-b9b6-506ca449c4f7</RowGuid> <Schluessel>sample string 2</Schluessel> </KrnGemeindeTeil>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnGemeindeTeilDisplay| Name | Description | Type | Additional 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": "018df77c-cc99-4fb4-847e-f36d9c05fadb"
}
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>018df77c-cc99-4fb4-847e-f36d9c05fadb</RowGuid> <Schluessel>sample string 2</Schluessel> </KrnGemeindeTeilDisplay>