POST api/sazleistung/delete
Request Information
URI Parameters
None.
Body Parameters
SazLeistung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnforderungId | integer |
Required |
|
| AbnahmeId | integer |
Required |
|
| LizenzId | integer |
Required |
|
| Wert | decimal number |
Required |
|
| Abnahme | date |
Required |
|
| Ergebnis | integer |
Required |
|
| Relevant | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "3966483a-d136-4303-9df2-d8c7164d67ed",
"AnforderungId": 3,
"AbnahmeId": 4,
"LizenzId": 5,
"Wert": 6.0,
"Abnahme": "2025-11-08T13:35:01.0413002+01:00",
"Ergebnis": 8,
"Relevant": true
}
application/xml, text/xml
Sample:
<SazLeistung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <Abnahme>2025-11-08T13:35:01.0413002+01:00</Abnahme> <AbnahmeId>4</AbnahmeId> <AnforderungId>3</AnforderungId> <Ergebnis>8</Ergebnis> <Id>1</Id> <LizenzId>5</LizenzId> <Relevant>true</Relevant> <RowGuid>3966483a-d136-4303-9df2-d8c7164d67ed</RowGuid> <Wert>6</Wert> </SazLeistung>
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>