POST api/greprotokoll/delete

Request Information

URI Parameters

None.

Body Parameters

GreProtokoll
NameDescriptionTypeAdditional 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-10-25T21:00:33.4214562+02:00",
  "Ende": "2025-10-25T21:00:33.4214562+02:00",
  "PrimaereEmail": 5,
  "RowGuid": "7c65cdde-6431-4dfc-bd28-281c04cf49b8"
}

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-10-25T21:00:33.4214562+02:00</Beginn>
  <Ende>2025-10-25T21:00:33.4214562+02:00</Ende>
  <GremiumId>2</GremiumId>
  <Id>1</Id>
  <OrganisationId>1</OrganisationId>
  <PersonId>1</PersonId>
  <PrimaereEmail>5</PrimaereEmail>
  <RowGuid>7c65cdde-6431-4dfc-bd28-281c04cf49b8</RowGuid>
</GreProtokoll>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GreProtokoll'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>