POST api/verreferent2kompetenz/delete

Request Information

URI Parameters

None.

Body Parameters

VerReferent2Kompetenz
NameDescriptionTypeAdditional information
Id

integer

Required

ReferentId

integer

Required

KompetenzId

integer

Required

Beginn

date

Required

Ende

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ReferentId": 2,
  "KompetenzId": 3,
  "Beginn": "2025-10-25T20:54:45.2046285+02:00",
  "Ende": "2025-10-25T20:54:45.2046285+02:00"
}

application/xml, text/xml

Sample:
<VerReferent2Kompetenz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Beginn>2025-10-25T20:54:45.2046285+02:00</Beginn>
  <Ende>2025-10-25T20:54:45.2046285+02:00</Ende>
  <Id>1</Id>
  <KompetenzId>3</KompetenzId>
  <ReferentId>2</ReferentId>
</VerReferent2Kompetenz>

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 'VerReferent2Kompetenz'.

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>