POST api/sazabsolvent2org/delete
Request Information
URI Parameters
None.
Body Parameters
SazAbsolvent2Org| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AbsolventId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "58191e96-897d-43fb-a891-9727a36a36fb",
"AbsolventId": 3,
"OrganisationId": 4,
"Beginn": "2025-12-10T04:59:28.7330952+01:00",
"Ende": "2025-12-10T04:59:28.7330952+01:00"
}
application/xml, text/xml
Sample:
<SazAbsolvent2Org xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <AbsolventId>3</AbsolventId> <Beginn>2025-12-10T04:59:28.7330952+01:00</Beginn> <Ende>2025-12-10T04:59:28.7330952+01:00</Ende> <Id>1</Id> <OrganisationId>4</OrganisationId> <RowGuid>58191e96-897d-43fb-a891-9727a36a36fb</RowGuid> </SazAbsolvent2Org>
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>