POST api/krnkarteninhaber/insert
Request Information
URI Parameters
None.
Body Parameters
KrnKarteninhaber| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| KartentypId | integer |
Required |
|
| PersonId | integer |
Required |
|
| Nummer | string |
None. |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"KartentypId": 2,
"PersonId": 3,
"Nummer": "sample string 4",
"Beginn": "2026-04-26T11:31:12.6930777+02:00",
"Ende": "2026-04-26T11:31:12.6930777+02:00",
"RowGuid": "f2db6ec5-8dc9-4f47-b00d-caca6ea40e31"
}
application/xml, text/xml
Sample:
<KrnKarteninhaber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2026-04-26T11:31:12.6930777+02:00</Beginn> <Ende>2026-04-26T11:31:12.6930777+02:00</Ende> <Id>1</Id> <KartentypId>2</KartentypId> <Nummer>sample string 4</Nummer> <PersonId>3</PersonId> <RowGuid>f2db6ec5-8dc9-4f47-b00d-caca6ea40e31</RowGuid> </KrnKarteninhaber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KrnKarteninhaberDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| KartentypIdDisplay | string |
None. |
|
| PersonIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| KartentypId | integer |
Required |
|
| PersonId | integer |
Required |
|
| Nummer | string |
None. |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"KartentypIdDisplay": "sample string 1",
"PersonIdDisplay": "sample string 2",
"Id": 3,
"KartentypId": 4,
"PersonId": 5,
"Nummer": "sample string 6",
"Beginn": "2026-04-26T11:31:12.6990781+02:00",
"Ende": "2026-04-26T11:31:12.6990781+02:00",
"RowGuid": "4c1f6a31-9759-490b-aed7-66fc5a00d774"
}
application/xml, text/xml
Sample:
<KrnKarteninhaberDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2026-04-26T11:31:12.6990781+02:00</Beginn> <Ende>2026-04-26T11:31:12.6990781+02:00</Ende> <Id>3</Id> <KartentypId>4</KartentypId> <Nummer>sample string 6</Nummer> <PersonId>5</PersonId> <RowGuid>4c1f6a31-9759-490b-aed7-66fc5a00d774</RowGuid> <KartentypIdDisplay>sample string 1</KartentypIdDisplay> <PersonIdDisplay>sample string 2</PersonIdDisplay> </KrnKarteninhaberDisplay>