POST api/verteilnehmer2gebuehr/delete
Request Information
URI Parameters
None.
Body Parameters
VerTeilnehmer2Gebuehr| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
Required |
|
| GebuehrId | integer |
Required |
|
| Abgerechnet | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "2a801575-2930-48eb-b139-2518bc2627aa",
"TeilnehmerId": 3,
"GebuehrId": 4,
"Abgerechnet": "2025-11-08T15:34:15.4669042+01:00"
}
application/xml, text/xml
Sample:
<VerTeilnehmer2Gebuehr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Abgerechnet>2025-11-08T15:34:15.4669042+01:00</Abgerechnet> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>2a801575-2930-48eb-b139-2518bc2627aa</RowGuid> <TeilnehmerId>3</TeilnehmerId> </VerTeilnehmer2Gebuehr>
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>