POST api/krnmitgliedschaft/delete
Request Information
URI Parameters
None.
Body Parameters
KrnMitgliedschaft| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| MitgliedstypId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
|
| GrundEnde | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "e9de881e-e99d-497f-983e-d99e78ae5306",
"MitgliedstypId": 3,
"OrganisationId": 4,
"Beginn": "2026-01-20T22:58:35.6017605+01:00",
"Ende": "2026-01-20T22:58:35.6017605+01:00",
"GrundEnde": "sample string 5"
}
application/xml, text/xml
Sample:
<KrnMitgliedschaft xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2026-01-20T22:58:35.6017605+01:00</Beginn> <Ende>2026-01-20T22:58:35.6017605+01:00</Ende> <GrundEnde>sample string 5</GrundEnde> <Id>1</Id> <MitgliedstypId>3</MitgliedstypId> <OrganisationId>4</OrganisationId> <RowGuid>e9de881e-e99d-497f-983e-d99e78ae5306</RowGuid> </KrnMitgliedschaft>
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>