POST api/itgteilnehmer2gebuehr/insert
Request Information
URI Parameters
None.
Body Parameters
ItgTeilnehmer2Gebuehr| Name | Description | Type | Additional 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": "8f3b7ab8-746e-44df-9bf0-62971c2f1686",
"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>8f3b7ab8-746e-44df-9bf0-62971c2f1686</RowGuid> <TeilnehmerId>3</TeilnehmerId> <VerGebuehrId>4</VerGebuehrId> </ItgTeilnehmer2Gebuehr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ItgTeilnehmer2GebuehrDisplay| Name | Description | Type | Additional 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": "b29cea48-95c2-4f73-9a86-689a7ac3772f",
"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>b29cea48-95c2-4f73-9a86-689a7ac3772f</RowGuid> <TeilnehmerId>5</TeilnehmerId> <VerGebuehrId>6</VerGebuehrId> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> <VerGebuehrIdDisplay>sample string 2</VerGebuehrIdDisplay> </ItgTeilnehmer2GebuehrDisplay>