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": "11548eae-7d39-4142-ad4c-1f6744c24018",
"TeilnehmerId": 3,
"GebuehrId": 4,
"Abgerechnet": "2025-12-22T14:16:41.3963554+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-22T14:16:41.3963554+01:00</Abgerechnet> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>11548eae-7d39-4142-ad4c-1f6744c24018</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": "7af2b2fd-9d9a-4292-a4f9-cbf9217f42c0",
"TeilnehmerId": 5,
"GebuehrId": 6,
"Abgerechnet": "2025-12-22T14:16:41.3973657+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-22T14:16:41.3973657+01:00</Abgerechnet> <GebuehrId>6</GebuehrId> <Id>3</Id> <RowGuid>7af2b2fd-9d9a-4292-a4f9-cbf9217f42c0</RowGuid> <TeilnehmerId>5</TeilnehmerId> <GebuehrIdDisplay>sample string 1</GebuehrIdDisplay> <TeilnehmerIdDisplay>sample string 2</TeilnehmerIdDisplay> </VerTeilnehmer2GebuehrDisplay>