POST api/krnverteilermitglied/update
Request Information
URI Parameters
None.
Body Parameters
KrnVerteilermitglied| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| GruppeId | integer |
Required |
|
| OrganisationId | integer |
None. |
|
| PersonId | integer |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GruppeId": 2,
"OrganisationId": 1,
"PersonId": 1,
"RowGuid": "b6216d80-2b94-4f14-9e64-3e38dcae1ae8"
}
application/xml, text/xml
Sample:
<KrnVerteilermitglied xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <GruppeId>2</GruppeId> <Id>1</Id> <OrganisationId>1</OrganisationId> <PersonId>1</PersonId> <RowGuid>b6216d80-2b94-4f14-9e64-3e38dcae1ae8</RowGuid> </KrnVerteilermitglied>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KrnVerteilermitgliedDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganisationIdDisplay | string |
None. |
|
| PersonIdDisplay | string |
None. |
|
| GruppeIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| GruppeId | integer |
Required |
|
| OrganisationId | integer |
None. |
|
| PersonId | integer |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"OrganisationIdDisplay": "sample string 1",
"PersonIdDisplay": "sample string 2",
"GruppeIdDisplay": "sample string 3",
"Id": 4,
"GruppeId": 5,
"OrganisationId": 1,
"PersonId": 1,
"RowGuid": "e8a19134-e7ff-4468-8112-803404c4d506"
}
application/xml, text/xml
Sample:
<KrnVerteilermitgliedDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <GruppeId>5</GruppeId> <Id>4</Id> <OrganisationId>1</OrganisationId> <PersonId>1</PersonId> <RowGuid>e8a19134-e7ff-4468-8112-803404c4d506</RowGuid> <GruppeIdDisplay>sample string 3</GruppeIdDisplay> <OrganisationIdDisplay>sample string 1</OrganisationIdDisplay> <PersonIdDisplay>sample string 2</PersonIdDisplay> </KrnVerteilermitgliedDisplay>