POST api/bstrechnungslauf/delete
Request Information
URI Parameters
None.
Body Parameters
BstRechnungslauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| ErhebungId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| Erstellung | date |
Required |
|
| Uebertragung | date |
None. |
|
| Status | string |
None. |
|
| Belegkennung | string |
None. |
|
| Bemerkung | string |
None. |
|
| Storniert | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "0740d339-1cd2-4e91-be8a-2b4a2d06e10d",
"ErhebungId": 3,
"OrganisationId": 4,
"Erstellung": "2025-11-08T13:36:00.480423+01:00",
"Uebertragung": "2025-11-08T13:36:00.480423+01:00",
"Status": "sample string 6",
"Belegkennung": "sample string 7",
"Bemerkung": "sample string 8",
"Storniert": true
}
application/xml, text/xml
Sample:
<BstRechnungslauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Belegkennung>sample string 7</Belegkennung> <Bemerkung>sample string 8</Bemerkung> <ErhebungId>3</ErhebungId> <Erstellung>2025-11-08T13:36:00.480423+01:00</Erstellung> <Id>1</Id> <OrganisationId>4</OrganisationId> <RowGuid>0740d339-1cd2-4e91-be8a-2b4a2d06e10d</RowGuid> <Status>sample string 6</Status> <Storniert>true</Storniert> <Uebertragung>2025-11-08T13:36:00.480423+01:00</Uebertragung> </BstRechnungslauf>
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>