POST api/verteilnehmer2gruppe/insert
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": "1daa995a-222d-43b2-9340-3a8e5ba9b726"
}
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>1daa995a-222d-43b2-9340-3a8e5ba9b726</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": "3ea70637-81b5-4456-b0da-47a96198bf5e"
}
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>3ea70637-81b5-4456-b0da-47a96198bf5e</RowGuid> <TeilnehmerId>4</TeilnehmerId> <GruppeIdDisplay>sample string 2</GruppeIdDisplay> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> </VerTeilnehmer2GruppeDisplay>