POST api/krngemeinde/insert
Request Information
URI Parameters
None.
Body Parameters
KrnGemeinde| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Schluessel | string |
None. |
|
| Stufe | integer |
Required |
|
| Postleitzahl | string |
None. |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Schluessel": "sample string 2",
"Stufe": 3,
"Postleitzahl": "sample string 4",
"Bezeichnung": "sample string 5",
"RowGuid": "dcc05c9c-bf4a-4d43-bce8-ed352d4e98ce"
}
application/xml, text/xml
Sample:
<KrnGemeinde xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Id>1</Id> <Postleitzahl>sample string 4</Postleitzahl> <RowGuid>dcc05c9c-bf4a-4d43-bce8-ed352d4e98ce</RowGuid> <Schluessel>sample string 2</Schluessel> <Stufe>3</Stufe> </KrnGemeinde>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnGemeindeDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Schluessel | string |
None. |
|
| Stufe | integer |
Required |
|
| Postleitzahl | string |
None. |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Schluessel": "sample string 2",
"Stufe": 3,
"Postleitzahl": "sample string 4",
"Bezeichnung": "sample string 5",
"RowGuid": "9b56948a-e549-4ff7-8314-e6c1d2bf310a"
}
application/xml, text/xml
Sample:
<KrnGemeindeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Id>1</Id> <Postleitzahl>sample string 4</Postleitzahl> <RowGuid>9b56948a-e549-4ff7-8314-e6c1d2bf310a</RowGuid> <Schluessel>sample string 2</Schluessel> <Stufe>3</Stufe> </KrnGemeindeDisplay>