POST api/verteilnehmer2gebuehr/update

Request Information

URI Parameters

None.

Body Parameters

VerTeilnehmer2Gebuehr
NameDescriptionTypeAdditional 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": "fb0030ab-d53e-493e-a921-37f0011996eb",
  "TeilnehmerId": 3,
  "GebuehrId": 4,
  "Abgerechnet": "2025-10-25T21:03:36.3762953+02: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-10-25T21:03:36.3762953+02:00</Abgerechnet>
  <GebuehrId>4</GebuehrId>
  <Id>1</Id>
  <RowGuid>fb0030ab-d53e-493e-a921-37f0011996eb</RowGuid>
  <TeilnehmerId>3</TeilnehmerId>
</VerTeilnehmer2Gebuehr>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VerTeilnehmer2Gebuehr'.

Response Information

Resource Description

VerTeilnehmer2GebuehrDisplay
NameDescriptionTypeAdditional 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": "170fd70d-5d29-4f82-844c-a3cf98297941",
  "TeilnehmerId": 5,
  "GebuehrId": 6,
  "Abgerechnet": "2025-10-25T21:03:36.3772986+02: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-10-25T21:03:36.3772986+02:00</Abgerechnet>
  <GebuehrId>6</GebuehrId>
  <Id>3</Id>
  <RowGuid>170fd70d-5d29-4f82-844c-a3cf98297941</RowGuid>
  <TeilnehmerId>5</TeilnehmerId>
  <GebuehrIdDisplay>sample string 1</GebuehrIdDisplay>
  <TeilnehmerIdDisplay>sample string 2</TeilnehmerIdDisplay>
</VerTeilnehmer2GebuehrDisplay>