POST api/bsterhebung/delete
Request Information
URI Parameters
None.
Body Parameters
BstErhebung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Stichtag | date |
Required |
|
| Bezeichnung | string |
None. |
|
| Eingefroren | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "af48988e-38d6-4c9e-ba26-2f4c322185bf",
"Stichtag": "2026-01-20T22:58:52.9776603+01:00",
"Bezeichnung": "sample string 4",
"Eingefroren": "2026-01-20T22:58:52.9776603+01:00"
}
application/xml, text/xml
Sample:
<BstErhebung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Bezeichnung>sample string 4</Bezeichnung> <Eingefroren>2026-01-20T22:58:52.9776603+01:00</Eingefroren> <Id>1</Id> <RowGuid>af48988e-38d6-4c9e-ba26-2f4c322185bf</RowGuid> <Stichtag>2026-01-20T22:58:52.9776603+01:00</Stichtag> </BstErhebung>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>