POST api/itgteilnehmer2gebuehr/insert

Request Information

URI Parameters

None.

Body Parameters

ItgTeilnehmer2Gebuehr
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

TeilnehmerId

integer

Required

VerGebuehrId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "f94d23c7-505a-40d5-99fd-3f82ae28000e",
  "TeilnehmerId": 3,
  "VerGebuehrId": 4
}

application/xml, text/xml

Sample:
<ItgTeilnehmer2Gebuehr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Id>1</Id>
  <RowGuid>f94d23c7-505a-40d5-99fd-3f82ae28000e</RowGuid>
  <TeilnehmerId>3</TeilnehmerId>
  <VerGebuehrId>4</VerGebuehrId>
</ItgTeilnehmer2Gebuehr>

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 'ItgTeilnehmer2Gebuehr'.

Response Information

Resource Description

ItgTeilnehmer2GebuehrDisplay
NameDescriptionTypeAdditional information
TeilnehmerIdDisplay

string

None.

VerGebuehrIdDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

TeilnehmerId

integer

Required

VerGebuehrId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "TeilnehmerIdDisplay": "sample string 1",
  "VerGebuehrIdDisplay": "sample string 2",
  "Id": 3,
  "RowGuid": "80882827-957a-4d4b-9401-52379e2b8924",
  "TeilnehmerId": 5,
  "VerGebuehrId": 6
}

application/xml, text/xml

Sample:
<ItgTeilnehmer2GebuehrDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Id>3</Id>
  <RowGuid>80882827-957a-4d4b-9401-52379e2b8924</RowGuid>
  <TeilnehmerId>5</TeilnehmerId>
  <VerGebuehrId>6</VerGebuehrId>
  <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay>
  <VerGebuehrIdDisplay>sample string 2</VerGebuehrIdDisplay>
</ItgTeilnehmer2GebuehrDisplay>