POST api/itgteilnehmer2gebuehr/update
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": "eb4a9191-9cbe-450f-b315-48e334143cd9",
"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>eb4a9191-9cbe-450f-b315-48e334143cd9</RowGuid> <TeilnehmerId>3</TeilnehmerId> <VerGebuehrId>4</VerGebuehrId> </ItgTeilnehmer2Gebuehr>
application/x-www-form-urlencoded
Sample:
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": "52628f33-3dba-4ff0-8f90-6b0bb1438395",
"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>52628f33-3dba-4ff0-8f90-6b0bb1438395</RowGuid> <TeilnehmerId>5</TeilnehmerId> <VerGebuehrId>6</VerGebuehrId> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> <VerGebuehrIdDisplay>sample string 2</VerGebuehrIdDisplay> </ItgTeilnehmer2GebuehrDisplay>