POST api/greauszahlungslauf/delete
Request Information
URI Parameters
None.
Body Parameters
GreAuszahlungslauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| SitzungId | integer |
Required |
|
| Erstellung | date |
Required |
|
| Uebertragung | date |
None. |
|
| Status | string |
None. |
|
| Bemerkung | string |
None. |
|
| Belegkennung | string |
None. |
|
| BelegkennungColor | string |
None. |
|
| Storniert | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "9be066d5-8184-4cf4-9b15-fa5b1d5d8c4f",
"SitzungId": 3,
"Erstellung": "2025-11-08T13:37:59.1329884+01:00",
"Uebertragung": "2025-11-08T13:37:59.1329884+01:00",
"Status": "sample string 5",
"Bemerkung": "sample string 6",
"Belegkennung": "sample string 7",
"BelegkennungColor": "sample string 8",
"Storniert": true
}
application/xml, text/xml
Sample:
<GreAuszahlungslauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Belegkennung>sample string 7</Belegkennung> <BelegkennungColor>sample string 8</BelegkennungColor> <Bemerkung>sample string 6</Bemerkung> <Erstellung>2025-11-08T13:37:59.1329884+01:00</Erstellung> <Id>1</Id> <RowGuid>9be066d5-8184-4cf4-9b15-fa5b1d5d8c4f</RowGuid> <SitzungId>3</SitzungId> <Status>sample string 5</Status> <Storniert>true</Storniert> <Uebertragung>2025-11-08T13:37:59.1329884+01:00</Uebertragung> </GreAuszahlungslauf>
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>