POST api/sazfamilie2org/delete

Request Information

URI Parameters

None.

Body Parameters

SazFamilie2Org
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

FamilieId

integer

Required

OrganisationId

integer

Required

Beginn

date

Required

Ende

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "4b7c8bd9-6aec-46bc-8a64-6b87f753308c",
  "FamilieId": 3,
  "OrganisationId": 4,
  "Beginn": "2025-12-06T06:51:58.7875375+01:00",
  "Ende": "2025-12-06T06:51:58.7875375+01:00"
}

application/xml, text/xml

Sample:
<SazFamilie2Org xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models">
  <Beginn>2025-12-06T06:51:58.7875375+01:00</Beginn>
  <Ende>2025-12-06T06:51:58.7875375+01:00</Ende>
  <FamilieId>3</FamilieId>
  <Id>1</Id>
  <OrganisationId>4</OrganisationId>
  <RowGuid>4b7c8bd9-6aec-46bc-8a64-6b87f753308c</RowGuid>
</SazFamilie2Org>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>