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": "982977b6-9686-4325-bda8-240a099cc924",
"Stichtag": "2025-11-08T15:38:05.9787657+01:00",
"Bezeichnung": "sample string 4",
"Eingefroren": "2025-11-08T15:38:05.9787657+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>2025-11-08T15:38:05.9787657+01:00</Eingefroren> <Id>1</Id> <RowGuid>982977b6-9686-4325-bda8-240a099cc924</RowGuid> <Stichtag>2025-11-08T15:38:05.9787657+01:00</Stichtag> </BstErhebung>
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>