POST api/verteilnehmerteil/delete
Request Information
URI Parameters
None.
Body Parameters
VerTeilnehmerTeil| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
Required |
|
| TeilId | integer |
Required |
|
| Anzahl | integer |
Required |
|
| Anmeldung | date |
Required |
|
| Gebucht | date |
None. |
|
| Bestaetigt | date |
None. |
|
| Storno | date |
None. |
|
| Teilnahme | boolean |
Required |
|
| Alternative | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "79f09a5f-8f39-4019-bf3d-ec9d3b7e8934",
"TeilnehmerId": 3,
"TeilId": 4,
"Anzahl": 5,
"Anmeldung": "2025-12-10T06:01:05.6903129+01:00",
"Gebucht": "2025-12-10T06:01:05.6903129+01:00",
"Bestaetigt": "2025-12-10T06:01:05.6903129+01:00",
"Storno": "2025-12-10T06:01:05.6903129+01:00",
"Teilnahme": true,
"Alternative": true
}
application/xml, text/xml
Sample:
<VerTeilnehmerTeil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Alternative>true</Alternative> <Anmeldung>2025-12-10T06:01:05.6903129+01:00</Anmeldung> <Anzahl>5</Anzahl> <Bestaetigt>2025-12-10T06:01:05.6903129+01:00</Bestaetigt> <Gebucht>2025-12-10T06:01:05.6903129+01:00</Gebucht> <Id>1</Id> <RowGuid>79f09a5f-8f39-4019-bf3d-ec9d3b7e8934</RowGuid> <Storno>2025-12-10T06:01:05.6903129+01:00</Storno> <TeilId>4</TeilId> <Teilnahme>true</Teilnahme> <TeilnehmerId>3</TeilnehmerId> </VerTeilnehmerTeil>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>