POST api/verteilnehmer2gruppe/update
Request Information
URI Parameters
None.
Body Parameters
VerTeilnehmer2Gruppe| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| TeilnehmerId | integer |
Required |
|
| GruppeId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TeilnehmerId": 2,
"GruppeId": 3,
"RowGuid": "7e026e83-bc25-4674-b443-d92324a224de"
}
application/xml, text/xml
Sample:
<VerTeilnehmer2Gruppe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <GruppeId>3</GruppeId> <Id>1</Id> <RowGuid>7e026e83-bc25-4674-b443-d92324a224de</RowGuid> <TeilnehmerId>2</TeilnehmerId> </VerTeilnehmer2Gruppe>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerTeilnehmer2GruppeDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| TeilnehmerIdDisplay | string |
None. |
|
| GruppeIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| TeilnehmerId | integer |
Required |
|
| GruppeId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"TeilnehmerIdDisplay": "sample string 1",
"GruppeIdDisplay": "sample string 2",
"Id": 3,
"TeilnehmerId": 4,
"GruppeId": 5,
"RowGuid": "be01fc6f-68ce-4f3a-a239-3dbf021df39e"
}
application/xml, text/xml
Sample:
<VerTeilnehmer2GruppeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <GruppeId>5</GruppeId> <Id>3</Id> <RowGuid>be01fc6f-68ce-4f3a-a239-3dbf021df39e</RowGuid> <TeilnehmerId>4</TeilnehmerId> <GruppeIdDisplay>sample string 2</GruppeIdDisplay> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> </VerTeilnehmer2GruppeDisplay>