POST api/greprotokoll/delete
Request Information
URI Parameters
None.
Body Parameters
GreProtokoll| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| GremiumId | integer |
Required |
|
| OrganisationId | integer |
None. |
|
| PersonId | integer |
None. |
|
| AdresseId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| PrimaereEmail | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GremiumId": 2,
"OrganisationId": 1,
"PersonId": 1,
"AdresseId": 3,
"Beginn": "2025-11-08T13:40:05.2012088+01:00",
"Ende": "2025-11-08T13:40:05.2012088+01:00",
"PrimaereEmail": 5,
"RowGuid": "d7d17416-00cb-488b-8466-4ae43e764395"
}
application/xml, text/xml
Sample:
<GreProtokoll xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <AdresseId>3</AdresseId> <Beginn>2025-11-08T13:40:05.2012088+01:00</Beginn> <Ende>2025-11-08T13:40:05.2012088+01:00</Ende> <GremiumId>2</GremiumId> <Id>1</Id> <OrganisationId>1</OrganisationId> <PersonId>1</PersonId> <PrimaereEmail>5</PrimaereEmail> <RowGuid>d7d17416-00cb-488b-8466-4ae43e764395</RowGuid> </GreProtokoll>
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>