POST api/verress2ver/insert
Request Information
URI Parameters
None.
Body Parameters
VerRess2Ver| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| TeilId | integer |
None. |
|
| RessourceId | integer |
Required |
|
| Bemerkung | string |
None. |
|
| Erforderlich | integer |
Required |
|
| Angefordert | integer |
Required |
|
| Bestaetigt | integer |
Required |
|
| Belegung | integer |
Required |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "2adaf37e-c5a6-421c-b4e0-a515fa16621e",
"VeranstaltungId": 3,
"TeilId": 1,
"RessourceId": 4,
"Bemerkung": "sample string 5",
"Erforderlich": 6,
"Angefordert": 7,
"Bestaetigt": 8,
"Belegung": 9,
"Beginn": "2025-12-06T05:52:19.0459736+01:00",
"Ende": "2025-12-06T05:52:19.0459736+01:00"
}
application/xml, text/xml
Sample:
<VerRess2Ver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Angefordert>7</Angefordert> <Beginn>2025-12-06T05:52:19.0459736+01:00</Beginn> <Belegung>9</Belegung> <Bemerkung>sample string 5</Bemerkung> <Bestaetigt>8</Bestaetigt> <Ende>2025-12-06T05:52:19.0459736+01:00</Ende> <Erforderlich>6</Erforderlich> <Id>1</Id> <RessourceId>4</RessourceId> <RowGuid>2adaf37e-c5a6-421c-b4e0-a515fa16621e</RowGuid> <TeilId>1</TeilId> <VeranstaltungId>3</VeranstaltungId> </VerRess2Ver>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VerRess2VerDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| RessourceIdDisplay | string |
None. |
|
| TeilIdDisplay | string |
None. |
|
| VeranstaltungIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| TeilId | integer |
None. |
|
| RessourceId | integer |
Required |
|
| Bemerkung | string |
None. |
|
| Erforderlich | integer |
Required |
|
| Angefordert | integer |
Required |
|
| Bestaetigt | integer |
Required |
|
| Belegung | integer |
Required |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"RessourceIdDisplay": "sample string 1",
"TeilIdDisplay": "sample string 2",
"VeranstaltungIdDisplay": "sample string 3",
"Id": 4,
"RowGuid": "65ac95ef-4bec-4015-a131-fe3dfdef3465",
"VeranstaltungId": 6,
"TeilId": 1,
"RessourceId": 7,
"Bemerkung": "sample string 8",
"Erforderlich": 9,
"Angefordert": 10,
"Bestaetigt": 11,
"Belegung": 12,
"Beginn": "2025-12-06T05:52:19.0469753+01:00",
"Ende": "2025-12-06T05:52:19.0469753+01:00"
}
application/xml, text/xml
Sample:
<VerRess2VerDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Angefordert>10</Angefordert> <Beginn>2025-12-06T05:52:19.0469753+01:00</Beginn> <Belegung>12</Belegung> <Bemerkung>sample string 8</Bemerkung> <Bestaetigt>11</Bestaetigt> <Ende>2025-12-06T05:52:19.0469753+01:00</Ende> <Erforderlich>9</Erforderlich> <Id>4</Id> <RessourceId>7</RessourceId> <RowGuid>65ac95ef-4bec-4015-a131-fe3dfdef3465</RowGuid> <TeilId>1</TeilId> <VeranstaltungId>6</VeranstaltungId> <RessourceIdDisplay>sample string 1</RessourceIdDisplay> <TeilIdDisplay>sample string 2</TeilIdDisplay> <VeranstaltungIdDisplay>sample string 3</VeranstaltungIdDisplay> </VerRess2VerDisplay>