POST api/krnmitgliedschaft/updatemituebernahme
Request Information
URI Parameters
None.
Body Parameters
KrnMitgliedschaftMitUebernahme| Name | Description | Type | Additional information |
|---|---|---|---|
| krnMitgliedschaft | KrnMitgliedschaft |
None. |
|
| setBeginn | boolean |
Required |
|
| setEnde | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"krnMitgliedschaft": {
"Id": 1,
"RowGuid": "c15e781e-3de5-42b6-9d7b-b3dd312813cf",
"MitgliedstypId": 3,
"OrganisationId": 4,
"Beginn": "2025-11-08T15:34:46.3741335+01:00",
"Ende": "2025-11-08T15:34:46.3741335+01:00",
"GrundEnde": "sample string 5"
},
"setBeginn": true,
"setEnde": true
}
application/xml, text/xml
Sample:
<KrnMitgliedschaftMitUebernahme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Controllers">
<krnMitgliedschaft xmlns:d2p1="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
<d2p1:Beginn>2025-11-08T15:34:46.3741335+01:00</d2p1:Beginn>
<d2p1:Ende>2025-11-08T15:34:46.3741335+01:00</d2p1:Ende>
<d2p1:GrundEnde>sample string 5</d2p1:GrundEnde>
<d2p1:Id>1</d2p1:Id>
<d2p1:MitgliedstypId>3</d2p1:MitgliedstypId>
<d2p1:OrganisationId>4</d2p1:OrganisationId>
<d2p1:RowGuid>c15e781e-3de5-42b6-9d7b-b3dd312813cf</d2p1:RowGuid>
</krnMitgliedschaft>
<setBeginn>true</setBeginn>
<setEnde>true</setEnde>
</KrnMitgliedschaftMitUebernahme>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnMitgliedschaftDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| MitgliedstypIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| MitgliedstypId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
|
| GrundEnde | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MitgliedstypIdDisplay": "sample string 1",
"OrganisationIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "3f2d9cb3-0bb5-4fcf-9735-45b1dd8a06ee",
"MitgliedstypId": 5,
"OrganisationId": 6,
"Beginn": "2025-11-08T15:34:46.3841333+01:00",
"Ende": "2025-11-08T15:34:46.3841333+01:00",
"GrundEnde": "sample string 7"
}
application/xml, text/xml
Sample:
<KrnMitgliedschaftDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2025-11-08T15:34:46.3841333+01:00</Beginn> <Ende>2025-11-08T15:34:46.3841333+01:00</Ende> <GrundEnde>sample string 7</GrundEnde> <Id>3</Id> <MitgliedstypId>5</MitgliedstypId> <OrganisationId>6</OrganisationId> <RowGuid>3f2d9cb3-0bb5-4fcf-9735-45b1dd8a06ee</RowGuid> <MitgliedstypIdDisplay>sample string 1</MitgliedstypIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> </KrnMitgliedschaftDisplay>