POST api/sazfamilie2org/delete
Request Information
URI Parameters
None.
Body Parameters
SazFamilie2Org| Name | Description | Type | Additional 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": "e9988e6f-b4fc-4226-85a4-e49c9643ef81",
"FamilieId": 3,
"OrganisationId": 4,
"Beginn": "2025-11-08T13:37:11.9743057+01:00",
"Ende": "2025-11-08T13:37:11.9743057+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-11-08T13:37:11.9743057+01:00</Beginn> <Ende>2025-11-08T13:37:11.9743057+01:00</Ende> <FamilieId>3</FamilieId> <Id>1</Id> <OrganisationId>4</OrganisationId> <RowGuid>e9988e6f-b4fc-4226-85a4-e49c9643ef81</RowGuid> </SazFamilie2Org>
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>