POST api/krnkarteninhaber/delete
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": "2025-12-06T05:54:23.696278+01:00",
"Ende": "2025-12-06T05:54:23.696278+01:00",
"RowGuid": "df1a9496-16cb-48ed-8fb0-97aed5d35863"
}
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>2025-12-06T05:54:23.696278+01:00</Beginn> <Ende>2025-12-06T05:54:23.696278+01:00</Ende> <Id>1</Id> <KartentypId>2</KartentypId> <Nummer>sample string 4</Nummer> <PersonId>3</PersonId> <RowGuid>df1a9496-16cb-48ed-8fb0-97aed5d35863</RowGuid> </KrnKarteninhaber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>