POST api/krnpostleitzahl/insert
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": "7246636b-4f3d-40da-a366-9b32e7f52185"
}
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>7246636b-4f3d-40da-a366-9b32e7f52185</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": "f3147613-5fdd-42cb-886f-a3ac7ce64ee1"
}
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>f3147613-5fdd-42cb-886f-a3ac7ce64ee1</RowGuid> </KrnPostleitzahlDisplay>