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": "aab7bcfb-b695-4c53-981e-8631c2e6b7a7",
"TeilnehmerId": 3,
"GebuehrId": 4,
"Abgerechnet": "2026-01-20T23:01:48.9983459+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>2026-01-20T23:01:48.9983459+01:00</Abgerechnet> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>aab7bcfb-b695-4c53-981e-8631c2e6b7a7</RowGuid> <TeilnehmerId>3</TeilnehmerId> </VerTeilnehmer2Gebuehr>
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>