POST api/verteilnehmer2gebuehr/insert
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": "04ce17e9-0003-4479-90a4-5997f4b83b43",
"TeilnehmerId": 3,
"GebuehrId": 4,
"Abgerechnet": "2025-12-26T04:43:52.3970492+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-26T04:43:52.3970492+01:00</Abgerechnet> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>04ce17e9-0003-4479-90a4-5997f4b83b43</RowGuid> <TeilnehmerId>3</TeilnehmerId> </VerTeilnehmer2Gebuehr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerTeilnehmer2GebuehrDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| GebuehrIdDisplay | string |
None. |
|
| TeilnehmerIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
Required |
|
| GebuehrId | integer |
Required |
|
| Abgerechnet | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"GebuehrIdDisplay": "sample string 1",
"TeilnehmerIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "35ad3ef4-ac3b-4b07-850d-7e13b2c7f5c9",
"TeilnehmerId": 5,
"GebuehrId": 6,
"Abgerechnet": "2025-12-26T04:43:52.4030479+01:00"
}
application/xml, text/xml
Sample:
<VerTeilnehmer2GebuehrDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Abgerechnet>2025-12-26T04:43:52.4030479+01:00</Abgerechnet> <GebuehrId>6</GebuehrId> <Id>3</Id> <RowGuid>35ad3ef4-ac3b-4b07-850d-7e13b2c7f5c9</RowGuid> <TeilnehmerId>5</TeilnehmerId> <GebuehrIdDisplay>sample string 1</GebuehrIdDisplay> <TeilnehmerIdDisplay>sample string 2</TeilnehmerIdDisplay> </VerTeilnehmer2GebuehrDisplay>