POST api/krnmitgliedschaft/update
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": "9493f9f3-92d2-46e8-a6b7-5d6e051aa398",
"MitgliedstypId": 3,
"OrganisationId": 4,
"Beginn": "2026-04-25T11:51:19.7465906+02:00",
"Ende": "2026-04-25T11:51:19.7475897+02: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-04-25T11:51:19.7465906+02:00</Beginn> <Ende>2026-04-25T11:51:19.7475897+02:00</Ende> <GrundEnde>sample string 5</GrundEnde> <Id>1</Id> <MitgliedstypId>3</MitgliedstypId> <OrganisationId>4</OrganisationId> <RowGuid>9493f9f3-92d2-46e8-a6b7-5d6e051aa398</RowGuid> </KrnMitgliedschaft>
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": "dbde08d2-dfcd-469b-9361-1b4fd1a4376e",
"MitgliedstypId": 5,
"OrganisationId": 6,
"Beginn": "2026-04-25T11:51:19.7525902+02:00",
"Ende": "2026-04-25T11:51:19.7525902+02: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>2026-04-25T11:51:19.7525902+02:00</Beginn> <Ende>2026-04-25T11:51:19.7525902+02:00</Ende> <GrundEnde>sample string 7</GrundEnde> <Id>3</Id> <MitgliedstypId>5</MitgliedstypId> <OrganisationId>6</OrganisationId> <RowGuid>dbde08d2-dfcd-469b-9361-1b4fd1a4376e</RowGuid> <MitgliedstypIdDisplay>sample string 1</MitgliedstypIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> </KrnMitgliedschaftDisplay>