POST api/gresitzung/delete
Request Information
URI Parameters
None.
Body Parameters
GreSitzung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| GremiumId | integer |
Required |
|
| OrganisationId | integer |
None. |
|
| AdresseId | integer |
None. |
|
| Titel | string |
None. |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| Nummer | string |
None. |
|
| Raum | string |
None. |
|
| Memo | string |
None. |
|
| BeginnUhrzeit | string |
None. |
|
| EndeUhrzeit | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "d8217aeb-d615-44f2-b674-d97ea06f7217",
"GremiumId": 3,
"OrganisationId": 1,
"AdresseId": 1,
"Titel": "sample string 4",
"Beginn": "2025-11-08T13:39:46.3957087+01:00",
"Ende": "2025-11-08T13:39:46.3957087+01:00",
"Nummer": "sample string 6",
"Raum": "sample string 7",
"Memo": "sample string 8",
"BeginnUhrzeit": "sample string 9",
"EndeUhrzeit": "sample string 10"
}
application/xml, text/xml
Sample:
<GreSitzung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <AdresseId>1</AdresseId> <Beginn>2025-11-08T13:39:46.3957087+01:00</Beginn> <BeginnUhrzeit>sample string 9</BeginnUhrzeit> <Ende>2025-11-08T13:39:46.3957087+01:00</Ende> <EndeUhrzeit>sample string 10</EndeUhrzeit> <GremiumId>3</GremiumId> <Id>1</Id> <Memo>sample string 8</Memo> <Nummer>sample string 6</Nummer> <OrganisationId>1</OrganisationId> <Raum>sample string 7</Raum> <RowGuid>d8217aeb-d615-44f2-b674-d97ea06f7217</RowGuid> <Titel>sample string 4</Titel> </GreSitzung>
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>