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": "5f1104d9-b34b-4dd6-b5e5-8047a6ebac25",
"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>5f1104d9-b34b-4dd6-b5e5-8047a6ebac25</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": "cc01f621-5e76-4c7b-8f73-e1cd0d52fdcf",
"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>cc01f621-5e76-4c7b-8f73-e1cd0d52fdcf</RowGuid> <TeilnehmerId>5</TeilnehmerId> <VerGebuehrId>6</VerGebuehrId> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> <VerGebuehrIdDisplay>sample string 2</VerGebuehrIdDisplay> </ItgTeilnehmer2GebuehrDisplay>