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": "1fdef676-6613-47f4-bc84-a0a0dd758af4",
"TeilnehmerId": 3,
"GebuehrId": 4,
"Abgerechnet": "2025-12-10T04:58:38.6893207+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-12-10T04:58:38.6893207+01:00</Abgerechnet> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>1fdef676-6613-47f4-bc84-a0a0dd758af4</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>